#include <GeomExceptions.h>
Public Member Functions | |
BaseGeomException () throw () | |
BaseGeomException (const std::string &message) | |
virtual const char * | what () const throw () |
virtual | ~BaseGeomException () throw () |
Private Attributes | |
std::string | theMessage |
Definition at line 7 of file GeomExceptions.h.
|
inline |
Definition at line 9 of file GeomExceptions.h.
|
inline |
Definition at line 10 of file GeomExceptions.h.
|
inlinevirtual |
Definition at line 11 of file GeomExceptions.h.
|
inlinevirtual |
|
private |
Definition at line 14 of file GeomExceptions.h.
Referenced by what().