#include <QuantityError.h>
Public Member Functions | |
VectorSizeError (void) | |
default constructor | |
VectorSizeError (const std::string message) | |
constructor with message | |
Static Private Attributes | |
static const std::string | VECTOR_SIZE_ERROR |
the default text |
this exception is thrown if it is attempted to load a QuantityVector into a QuantityVectorTuple which has as inappropriate number of elements
Definition at line 139 of file QuantityError.h.
quantity::VectorSizeError::VectorSizeError | ( | void | ) | [inline] |
quantity::VectorSizeError::VectorSizeError | ( | const std::string | message | ) | [inline] |
const std::string quantity::VectorSizeError::VECTOR_SIZE_ERROR [static, private] |