Empty Input Exception. More...
#include <exception.hpp>
Public Member Functions | |
empty_input_exception () | |
virtual char const * | what () const throw () |
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]
|
inline |
|
inlinevirtual |