#include <QuantityError.h>
Inheritance diagram for quantity::VectorOutOfBounds:
Public Member Functions | |
VectorOutOfBounds (void) | |
default constructor | |
VectorOutOfBounds (const std::string message) | |
constructor with message | |
Static Private Attributes | |
const std::string | VECTOR_OUT_OF_BOUNDS = "access to nonexisting element requested" |
definition of VectorOutOfBounds 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 135 of file QuantityError.h.
|
default constructor uses the default text Definition at line 145 of file QuantityError.h. References VECTOR_OUT_OF_BOUNDS. |
|
constructor with message uses the message text Definition at line 150 of file QuantityError.h. |
|
definition of VectorOutOfBounds default text
Definition at line 58 of file Quantity.cc. Referenced by VectorOutOfBounds(). |