#include <Exception.h>
Public Member Functions | |
noStableBeamException (const std::string &message, const std::string &methodname, const std::string &moduleName) | |
virtual | ~noStableBeamException () 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.
:lumi::Exception("has no stable beam :"+message,methodName,moduleName) {}
virtual lumi::noStableBeamException::~noStableBeamException | ( | ) | throw () [inline, virtual] |
Definition at line 39 of file Exception.h.
{}