OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
Zero divide error. More...
#include <DivideError.h>
Public Member Functions | |
DivideError (const std::string &meth) | |
The usual constructor. More... | |
DivideError (const DivideError &) | |
virtual | ~DivideError () |
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 | |
DivideError () | |
Additional Inherited Members | |
Protected Member Functions inherited from ArithmeticError | |
ArithmeticError (const std::string &meth, const std::string &msg) | |
The usual constructor. More... | |
ArithmeticError (const ArithmeticError &) | |
virtual | ~ArithmeticError () |
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 |
Zero divide error.
Definition at line 32 of file DivideError.h.
|
explicit |
The usual constructor.
Definition at line 28 of file DivideError.cpp.
DivideError::DivideError | ( | const DivideError & | rhs | ) |
Definition at line 33 of file DivideError.cpp.
|
virtual |
Definition at line 38 of file DivideError.cpp.
|
private |