Base class for all GEOS exceptions. More...
#include <GEOSException.h>
Public Member Functions | |
GEOSException (std::string const &msg) | |
GEOSException (std::string const &name, std::string const &msg) | |
const char * | what () const throw () |
Base class for all GEOS exceptions.
Exceptions are thrown as pointers to this type. Use toString() to get a readable message.