|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Format error exception. More...
#include <FormatError.h>


Public Member Functions | |
| FormatError (const std::string &meth, const std::string &msg) | |
| The usual constructor. | |
| FormatError (const FormatError &) | |
| virtual | ~FormatError () |
| virtual const std::string & | what () const |
| Return the message string for the exception. | |
| virtual const std::string & | where () const |
| Return the name of the method or function which detected the exception. | |
Private Member Functions | |
| FormatError () | |
Private Attributes | |
| 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 27 of file FormatError.cpp.
| FormatError::FormatError | ( | const FormatError & | rhs | ) |
Definition at line 30 of file FormatError.cpp.
|
virtual |
Definition at line 32 of file FormatError.cpp.
|
private |
|
virtualinherited |
Return the message string for the exception.
Definition at line 31 of file OpalException.cpp.
References OpalException::message.
Referenced by Expressions::ADeferred< T >::evaluate(), Expressions::SDeferred< T >::evaluate(), main(), OpalParser::readStatement(), OpalParser::run(), TEST(), TEST(), TEST(), TEST_F(), TEST_F(), and TEST_F().
|
virtualinherited |
Return the name of the method or function which detected the exception.
Definition at line 33 of file OpalException.cpp.
References OpalException::method.
Referenced by Expressions::ADeferred< T >::evaluate(), Expressions::SDeferred< T >::evaluate(), main(), OpalParser::run(), TEST(), TEST(), TEST(), TEST_F(), TEST_F(), and TEST_F().
|
privateinherited |
Definition at line 56 of file OpalException.h.
Referenced by OpalException::what().
|
privateinherited |
Definition at line 57 of file OpalException.h.
Referenced by OpalException::where().