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

Public Member Functions | |
| GVEStoreCorrupt () throw () | |
| Constructor. | |
| GVEStoreCorrupt (const std::string &w) throw () | |
| Constructor. | |
| virtual | ~GVEStoreCorrupt () throw () |
| Destructor. | |
| GVEStoreCorrupt::GVEStoreCorrupt | ( | ) | throw () [explicit] |
Constructor. Initializes str_what to 'Vector Store corrupt. Lookup table size and actual item count mismatch.'.
| GVEStoreCorrupt::GVEStoreCorrupt | ( | const std::string & | w | ) | throw () [explicit] |
Constructor. Initializes str_what to the string provided.
| w | The string assigned to str_what. |
| GVEStoreCorrupt::~GVEStoreCorrupt | ( | ) | throw () [virtual] |
Destructor. Does nothing. Just for completeness.
1.4.7