#include <MagExceptions.h>
Public Member Functions | |
MagException () throw () | |
MagException (const char *message) | |
const char * | what () const override throw () |
~MagException () override throw () | |
Private Attributes | |
std::string | theMessage |
Definition at line 7 of file MagExceptions.h.
|
inline |
MagException::MagException | ( | const char * | message | ) |
Definition at line 3 of file MagExceptions.cc.
|
override |
|
override |
Definition at line 6 of file MagExceptions.cc.
References theMessage.
Referenced by MagGeoBuilderFromDDD::buildInterpolator(), and MagException().
|
private |
Definition at line 14 of file MagExceptions.h.
Referenced by what().