#include <MagExceptions.h>
Public Member Functions | |
MagGeometryError () throw () | |
MagGeometryError (const char *message) | |
virtual | ~MagGeometryError () throw () |
Definition at line 17 of file MagExceptions.h.
MagGeometryError::MagGeometryError | ( | ) | throw () [inline] |
Definition at line 19 of file MagExceptions.h.
{}
MagGeometryError::MagGeometryError | ( | const char * | message | ) | [inline] |
Definition at line 20 of file MagExceptions.h.
: MagException(message) {}
virtual MagGeometryError::~MagGeometryError | ( | ) | throw () [inline, virtual] |
Definition at line 21 of file MagExceptions.h.
{}