Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::empty_input_exception Class Reference

Empty Input Exception. More...

#include <exception.hpp>

Inheritance diagram for boost::geometry::empty_input_exception:
Collaboration diagram for boost::geometry::empty_input_exception:

Public Member Functions

 empty_input_exception ()
 
virtual char const * what () const throw ()
 

Detailed Description

Empty Input Exception.

The empty_input_exception is thrown if free functions, e.g. distance, are called with empty geometries, e.g. a linestring without points, a polygon without points, an empty multi-geometry. { [heading See also]

  • [link geometry.reference.algorithms.area the area function]
  • [link geometry.reference.algorithms.distance the distance function]
  • [link geometry.reference.algorithms.length the length function] }

Constructor & Destructor Documentation

boost::geometry::empty_input_exception::empty_input_exception ( )
inline

Member Function Documentation

virtual char const* boost::geometry::empty_input_exception::what ( ) const
throw (
)
inlinevirtual

The documentation for this class was generated from the following file: