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