#include <gvexceptions.h>
Inheritance diagram for GVectors::GVEInvalidMatrixIndex:

Public Member Functions | |
| GVEInvalidMatrixIndex () throw () | |
| Constructor. | |
| GVEInvalidMatrixIndex (const std::string &w) throw () | |
| Constructor. | |
| virtual | ~GVEInvalidMatrixIndex () throw () |
| Destructor. | |
| 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.
| w | The string assigned to str_what. |
| GVEInvalidMatrixIndex::~GVEInvalidMatrixIndex | ( | ) | throw () [virtual] |
Destructor. Does nothing. Just for completeness.
1.4.7