#include <Exception.h>
Public Member Functions | |
noStableBeamException (const std::string &message, const std::string &methodname, const std::string &moduleName) | |
~noStableBeamException () override throw () | |
Public Member Functions inherited from lumi::Exception | |
Exception (const std::string &message, const std::string &methodname, const std::string &moduleName) | |
char const * | what () const override throw () |
~Exception () override throw () | |
Definition at line 28 of file Exception.h.
lumi::noStableBeamException::noStableBeamException | ( | const std::string & | message, |
const std::string & | methodname, | ||
const std::string & | moduleName | ||
) |
Definition at line 10 of file Exception.cc.
|
inlineoverride |
Definition at line 31 of file Exception.h.