#include <Exception.h>
Public Member Functions | |
noStableBeamException (const std::string &message, const std::string &methodname, const std::string &moduleName) | |
virtual | ~noStableBeamException () throw () |
Public Member Functions inherited from lumi::Exception | |
Exception (const std::string &message, const std::string &methodname, const std::string &moduleName) | |
virtual char const * | what () const throw () |
virtual | ~Exception () throw () |
Definition at line 34 of file Exception.h.
lumi::noStableBeamException::noStableBeamException | ( | const std::string & | message, |
const std::string & | methodname, | ||
const std::string & | moduleName | ||
) |
Definition at line 12 of file Exception.cc.
|
inlinevirtual |
Definition at line 39 of file Exception.h.