OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
Format error exception. More...
#include <FormatError.h>
Public Member Functions | |
FormatError (const std::string &meth, const std::string &msg) | |
The usual constructor. More... | |
FormatError (const FormatError &) | |
virtual | ~FormatError () |
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 | |
FormatError () | |
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 |
Format error exception.
Definition at line 32 of file FormatError.h.
FormatError::FormatError | ( | const std::string & | meth, |
const std::string & | msg | ||
) |
The usual constructor.
Definition at line 29 of file FormatError.cpp.
FormatError::FormatError | ( | const FormatError & | rhs | ) |
Definition at line 34 of file FormatError.cpp.
|
virtual |
Definition at line 39 of file FormatError.cpp.
|
private |