#include <GeomExceptions.h>
Public Member Functions | |
GeometryError () throw () | |
GeometryError (const std::string &message) | |
virtual | ~GeometryError () throw () |
Definition at line 17 of file GeomExceptions.h.
GeometryError::GeometryError | ( | ) | throw () [inline] |
Definition at line 19 of file GeomExceptions.h.
{}
GeometryError::GeometryError | ( | const std::string & | message | ) | [inline] |
Definition at line 20 of file GeomExceptions.h.
: BaseGeomException(message) {}
virtual GeometryError::~GeometryError | ( | ) | throw () [inline, virtual] |
Definition at line 21 of file GeomExceptions.h.
{}