Boost.Geometry    Boost C++ Libraries
Public Member Functions | List of all members
boost::geometry::empty_input_exception Class Reference

Empty Input Exception. More...

Inheritance diagram for boost::geometry::empty_input_exception:
boost::geometry::invalid_input_exception boost::geometry::exception

Public Member Functions

 empty_input_exception ()
 
virtual char const * what () const throw ()
 
- Public Member Functions inherited from boost::geometry::invalid_input_exception
 invalid_input_exception ()
 

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.

Constructor & Destructor Documentation

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

Member Function Documentation

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

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen