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