#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 |
Definition at line 9 of file MagExceptions.h.
MagException::MagException | ( | const char * | message | ) |
Definition at line 3 of file MagExceptions.cc.
|
override |
Definition at line 4 of file MagExceptions.cc.
|
override |
Definition at line 5 of file MagExceptions.cc.
References theMessage.
Referenced by magneticfield::MagGeoBuilder::buildInterpolator(), and MagGeoBuilderFromDDD::buildInterpolator().
|
private |
Definition at line 15 of file MagExceptions.h.
Referenced by what().