|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <GeneralClassicException.h>
Public Member Functions | |
| GeneralClassicException (const std::string &meth, const std::string &msg) | |
| GeneralClassicException (const GeneralClassicException &) | |
| virtual | ~GeneralClassicException () |
| 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 | |
| GeneralClassicException () | |
Definition at line 6 of file GeneralClassicException.h.
| GeneralClassicException::GeneralClassicException | ( | const std::string & | meth, |
| const std::string & | msg ) |
Definition at line 3 of file GeneralClassicException.cpp.
References ClassicException::ClassicException().
Referenced by GeneralClassicException().
| GeneralClassicException::GeneralClassicException | ( | const GeneralClassicException & | rhs | ) |
Definition at line 7 of file GeneralClassicException.cpp.
References ClassicException::ClassicException(), and GeneralClassicException().
|
virtual |
Definition at line 11 of file GeneralClassicException.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 PySquarePolynomialMap::exact_solve(), PySquarePolynomialMap::least_squares(), 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().