|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
The base class for all OPAL exceptions. More...
#include <OpalException.h>
Public Member Functions | |
| OpalException (const std::string &meth, const std::string &msg) | |
| The usual constructor. | |
| OpalException (const OpalException &) | |
| virtual | ~OpalException () |
| 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. | |
Protected Attributes | |
| const std::string | message |
| const std::string | method |
Private Member Functions | |
| OpalException () | |
The base class for all OPAL exceptions.
Definition at line 28 of file OpalException.h.
|
explicit |
The usual constructor.
Definition at line 25 of file OpalException.cpp.
References ClassicException::ClassicException().
Referenced by OpalException(), IndexMap::OutOfBounds::OutOfBounds(), and IndexMap::OutOfBounds::OutOfBounds().
| OpalException::OpalException | ( | const OpalException & | rhs | ) |
Definition at line 30 of file OpalException.cpp.
References ClassicException::ClassicException(), and OpalException().
|
virtual |
Definition at line 35 of file OpalException.cpp.
|
private |
|
virtual |
Return the message string for the exception.
Reimplemented from ClassicException.
Definition at line 34 of file ClassicException.cpp.
Referenced by Expressions::ADeferred< T >::evaluate(), and Expressions::SDeferred< T >::evaluate().
|
virtual |
Return the name of the method or function which detected the exception.
Reimplemented from ClassicException.
Definition at line 37 of file ClassicException.cpp.
Referenced by Expressions::ADeferred< T >::evaluate(), and Expressions::SDeferred< T >::evaluate().
|
protectedinherited |
Definition at line 60 of file ClassicException.h.
Referenced by ClassicException(), what(), and EarlyLeaveException::what().
|
protectedinherited |
Definition at line 61 of file ClassicException.h.
Referenced by ClassicException(), DivideError::DivideError(), EarlyLeaveException::what(), and where().