|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
Domain error exception. More...
#include <DomainError.h>
Public Member Functions | |
| DomainError (const std::string &meth) | |
| The usual constructor. | |
| DomainError (const DomainError &) | |
| virtual | ~DomainError () |
| 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 | |
| DomainError () | |
Domain error exception.
Definition at line 32 of file DomainError.h.
| DomainError::DomainError | ( | const std::string & | meth | ) |
The usual constructor.
Definition at line 28 of file DomainError.cpp.
References ArithmeticError::ArithmeticError().
Referenced by DomainError().
| DomainError::DomainError | ( | const DomainError & | rhs | ) |
Definition at line 33 of file DomainError.cpp.
References ArithmeticError::ArithmeticError(), and DomainError().
|
virtual |
Definition at line 38 of file DomainError.cpp.
|
private |
|
virtualinherited |
Return the message string for the exception.
Reimplemented in EarlyLeaveException, and OpalException.
Definition at line 42 of file ClassicException.cpp.
References message.
Referenced by OpalParser::readStatement(), and OpalParser::run().
|
virtualinherited |
Return the name of the method or function which detected the exception.
Reimplemented in EarlyLeaveException, and OpalException.
Definition at line 47 of file ClassicException.cpp.
References method.
Referenced by OpalParser::run().
|
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().