OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <GeneralClassicException.h>
Public Member Functions | |
GeneralClassicException (const std::string &meth, const std::string &msg) | |
GeneralClassicException (const GeneralClassicException &) | |
virtual | ~GeneralClassicException () |
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 | |
GeneralClassicException () | |
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 6 of file GeneralClassicException.h.
GeneralClassicException::GeneralClassicException | ( | const std::string & | meth, |
const std::string & | msg | ||
) |
Definition at line 3 of file GeneralClassicException.cpp.
GeneralClassicException::GeneralClassicException | ( | const GeneralClassicException & | rhs | ) |
Definition at line 7 of file GeneralClassicException.cpp.
|
virtual |
Definition at line 11 of file GeneralClassicException.cpp.
|
private |