quantity::VectorOutOfBounds Class Reference

exception class More...

#include <QuantityError.h>

Inheritance diagram for quantity::VectorOutOfBounds:

Inheritance graph
[legend]
Collaboration diagram for quantity::VectorOutOfBounds:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

exception class

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.


Constructor & Destructor Documentation

quantity::VectorOutOfBounds::VectorOutOfBounds ( void   )  [inline]

default constructor

uses the default text

Definition at line 124 of file QuantityError.h.

quantity::VectorOutOfBounds::VectorOutOfBounds ( const std::string  message  )  [inline]

constructor with message

uses the message text

Definition at line 129 of file QuantityError.h.


Member Data Documentation

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.


The documentation for this class was generated from the following files:

Generated on Wed Apr 11 18:07:11 2012 for Quantities by  doxygen 1.5.6