GVectors::GVEInvalidMatrixIndex Class Reference

An invalid matrix index has been requested. More...

#include <gvexceptions.h>

Inheritance diagram for GVectors::GVEInvalidMatrixIndex:

GVectors::GVException List of all members.

Public Member Functions

 GVEInvalidMatrixIndex () throw ()
 Constructor.
 GVEInvalidMatrixIndex (const std::string &w) throw ()
 Constructor.
virtual ~GVEInvalidMatrixIndex () throw ()
 Destructor.

Detailed Description

The matrix index requested is out of range, e.g. the matrix does not have that many rows/columns.


Constructor & Destructor Documentation

GVEInvalidMatrixIndex::GVEInvalidMatrixIndex (  )  throw () [explicit]

Constructor. Initializes str_what to 'Invalid matrix index.'.

GVEInvalidMatrixIndex::GVEInvalidMatrixIndex ( const std::string &  w  )  throw () [explicit]

Constructor. Initializes str_what to the string provided.

Parameters:
w The string assigned to str_what.

GVEInvalidMatrixIndex::~GVEInvalidMatrixIndex (  )  throw () [virtual]

Destructor. Does nothing. Just for completeness.


The documentation for this class was generated from the following files:
Generated on Sat Sep 8 19:37:30 2007 for libgvectors by  doxygen 1.4.7