|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <IndexMap.h>
Public Member Functions | |
| OutOfBounds (const std::string &meth, const std::string &msg) | |
| OutOfBounds (const OutOfBounds &rhs) | |
| virtual | ~OutOfBounds () |
| 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 | |
| OutOfBounds () | |
Definition at line 65 of file IndexMap.h.
|
inline |
Definition at line 67 of file IndexMap.h.
References OpalException::OpalException().
Referenced by OutOfBounds().
|
inline |
Definition at line 70 of file IndexMap.h.
References OpalException::OpalException(), and OutOfBounds().
|
inlinevirtual |
Definition at line 73 of file IndexMap.h.
|
private |
|
virtualinherited |
Return the message string for the exception.
Reimplemented from ClassicException.
Definition at line 34 of file ClassicException.cpp.
Referenced by Expressions::ADeferred< T >::evaluate(), Expressions::SDeferred< T >::evaluate(), ClosedOrbitFinder< Value_type, Size_type, Stepper >::findOrbitOfEnergy_m(), PyOpal::PyOpalObjectNS::PyOpalObject< C >::make_generic_class(), and OpalSimulation::run().
|
virtualinherited |
Return the name of the method or function which detected the exception.
Reimplemented from ClassicException.
Definition at line 37 of file ClassicException.cpp.
Referenced by Expressions::ADeferred< T >::evaluate(), Expressions::SDeferred< T >::evaluate(), ClosedOrbitFinder< Value_type, Size_type, Stepper >::findOrbitOfEnergy_m(), and OpalSimulation::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().