OpenMPCD
|
Exception for out-of-bounds access. More...
#include <Exceptions.hpp>
Public Member Functions | |
OutOfBoundsException (const std::string &msg) | |
The constructor. More... | |
const std::string & | getMessage () const |
Returns the exception message. More... | |
Exception for out-of-bounds access.
Definition at line 112 of file Exceptions.hpp.
|
inline |
The constructor.
[in] | msg | The exception message. |
Definition at line 119 of file Exceptions.hpp.
|
inlineinherited |
Returns the exception message.
Definition at line 52 of file Exceptions.hpp.