OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
Overflow exception. More...
#include <OverflowError.h>
Public Member Functions | |
OverflowError (const std::string &meth) | |
The usual constructor. More... | |
OverflowError (const OverflowError &) | |
virtual | ~OverflowError () |
![]() | |
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 | |
OverflowError () | |
Additional Inherited Members | |
![]() | |
ArithmeticError (const std::string &meth, const std::string &msg) | |
The usual constructor. More... | |
ArithmeticError (const ArithmeticError &) | |
virtual | ~ArithmeticError () |
![]() | |
ClassicException (const std::string &meth, const std::string &msg) | |
The usual constructor. More... | |
ClassicException (const ClassicException &) | |
virtual | ~ClassicException () |
ClassicException () | |
![]() | |
const std::string | message |
const std::string | method |
Overflow exception.
Definition at line 32 of file OverflowError.h.
OverflowError::OverflowError | ( | const std::string & | meth | ) |
The usual constructor.
Definition at line 28 of file OverflowError.cpp.
OverflowError::OverflowError | ( | const OverflowError & | rhs | ) |
Definition at line 33 of file OverflowError.cpp.
|
virtual |
Definition at line 38 of file OverflowError.cpp.
|
private |