#include <QuantityError.h>
Public Member Functions | |
VectorOutOfBounds (void) | |
default constructor | |
VectorOutOfBounds (const std::string message) | |
constructor with message | |
Static Private Attributes | |
static const std::string | VECTOR_OUT_OF_BOUNDS = "access to nonexisting element requested" |
the default text |
this exception is thrown if it is attempted to access an element of the VariableVector who's index exceedes the maximum
Definition at line 114 of file QuantityError.h.
quantity::VectorOutOfBounds::VectorOutOfBounds | ( | void | ) | [inline] |
quantity::VectorOutOfBounds::VectorOutOfBounds | ( | const std::string | message | ) | [inline] |
const std::string quantity::VectorOutOfBounds::VECTOR_OUT_OF_BOUNDS = "access to nonexisting element requested" [static, private] |
the default text
definition of VectorOutOfBounds default text
Definition at line 118 of file QuantityError.h.