#include <IndexMap.h>
|
| | 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.
|
| |
Definition at line 65 of file IndexMap.h.
◆ OutOfBounds() [1/3]
| IndexMap::OutOfBounds::OutOfBounds |
( |
const std::string & |
meth, |
|
|
const std::string & |
msg |
|
) |
| |
|
inline |
◆ OutOfBounds() [2/3]
| IndexMap::OutOfBounds::OutOfBounds |
( |
const OutOfBounds & |
rhs | ) |
|
|
inline |
◆ ~OutOfBounds()
| virtual IndexMap::OutOfBounds::~OutOfBounds |
( |
| ) |
|
|
inlinevirtual |
◆ OutOfBounds() [3/3]
| IndexMap::OutOfBounds::OutOfBounds |
( |
| ) |
|
|
private |
◆ what()
| const std::string & OpalException::what |
( |
| ) |
const |
|
virtualinherited |
Return the message string for the exception.
Definition at line 31 of file OpalException.cpp.
References OpalException::message.
Referenced by Expressions::ADeferred< T >::evaluate(), Expressions::SDeferred< T >::evaluate(), main(), OpalParser::readStatement(), OpalParser::run(), TEST(), TEST(), TEST(), TEST_F(), TEST_F(), and TEST_F().
◆ where()
| const std::string & OpalException::where |
( |
| ) |
const |
|
virtualinherited |
◆ message
| const std::string OpalException::message |
|
privateinherited |
◆ method
| const std::string OpalException::method |
|
privateinherited |
The documentation for this class was generated from the following file: