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

Public Member Functions | |
| GVException () throw () | |
| Constructor. | |
| GVException (const std::string &w) throw () | |
| Constructor. | |
| virtual | ~GVException () throw () |
| Destructor. | |
| virtual const char * | what () const throw () |
Retrieves the char pointer the error message. | |
Protected Attributes | |
| std::string | str_what |
| String holding the error message. | |
| GVException::GVException | ( | ) | throw () [explicit] |
Constructor. Initializes str_what to 'GVException'.
| GVException::GVException | ( | const std::string & | w | ) | throw () [explicit] |
Constructor. Initializes str_what to the string provided.
| w | The string assigned to str_what. |
| GVException::~GVException | ( | ) | throw () [virtual] |
Destructor. Does nothing. Just for completeness.
| const char * GVException::what | ( | ) | const throw () [virtual] |
Returns a const char point to str_what.
char pointer to str_what.
std::string GVectors::GVException::str_what [protected] |
Holds the error message associated with the exception.
1.4.7