#include <geos.h>
Inheritance diagram for geos::GEOSException:
Public Member Functions | |
GEOSException (string nname, string msg) | |
Create an exception of given type containing given message. | |
virtual string | toString () |
Returns exception message. |
Exceptions are thrown as pointers to this type. Use toString() to get a readable message.