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

Public Member Functions | |
| GVEUnsupported () throw () | |
| Constructor. | |
| GVEUnsupported (const std::string &w) throw () | |
| Constructor. | |
| virtual | ~GVEUnsupported () throw () |
| Destructor. | |
| GVEUnsupported::GVEUnsupported | ( | ) | throw () [explicit] |
Constructor. Initializes str_what to 'Unsupported function/operation.'
| GVEUnsupported::GVEUnsupported | ( | const std::string & | w | ) | throw () [explicit] |
Constructor. Initializes str_what to the string provided.
| w | The string assigned to str_what. |
| GVEUnsupported::~GVEUnsupported | ( | ) | throw () [virtual] |
Destructor. Does nothing. Just for completeness.
1.4.7