OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <SwitcherError.h>
Public Member Functions | |
SwitcherError (const std::string &meth, const std::string &msg) | |
SwitcherError (const SwitcherError &) | |
virtual | ~SwitcherError () |
Public Member Functions inherited from ClassicException | |
virtual const std::string & | what () const |
Return the message string for the exception. More... | |
virtual const std::string & | where () const |
Return the name of the method or function which detected the exception. More... | |
Private Member Functions | |
SwitcherError () | |
Additional Inherited Members | |
Protected Member Functions inherited from ClassicException | |
ClassicException (const std::string &meth, const std::string &msg) | |
The usual constructor. More... | |
ClassicException (const ClassicException &) | |
virtual | ~ClassicException () |
ClassicException () | |
Protected Attributes inherited from ClassicException | |
const std::string | message |
const std::string | method |
Definition at line 8 of file SwitcherError.h.
SwitcherError::SwitcherError | ( | const std::string & | meth, |
const std::string & | msg | ||
) |
Definition at line 3 of file SwitcherError.cpp.
SwitcherError::SwitcherError | ( | const SwitcherError & | rhs | ) |
Definition at line 7 of file SwitcherError.cpp.
|
virtual |
Definition at line 11 of file SwitcherError.cpp.
|
private |