![]() |
![]() |
#include <MagneticField/VolumeGeometry/interface/MagExceptions.h>
Public Member Functions | |
MagException (const std::string &message) | |
MagException () throw () | |
virtual const char * | what () const throw () |
virtual | ~MagException () throw () |
Private Attributes | |
std::string | theMessage |
Definition at line 6 of file MagExceptions.h.
MagException::MagException | ( | ) | throw () [inline] |
MagException::MagException | ( | const std::string & | message | ) | [inline] |
virtual MagException::~MagException | ( | ) | throw () [inline, virtual] |
virtual const char* MagException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 11 of file MagExceptions.h.
References theMessage.
00011 { return theMessage.c_str();}
std::string MagException::theMessage [private] |