|
GG
|
#include <Exception.h>
Inherits exception.
Public Member Functions | |
| ExceptionBase () throw () | |
| ExceptionBase (const std::string &msg) throw () | |
| ~ExceptionBase () throw () | |
| virtual const char * | type () const =0 throw () |
The base class for all GG exceptions.
It is based on the std::exception class. As required by its inheritance from std::exceptions not throw other exceptions, the no-throw exception specification has been added to every member function.
Definition at line 45 of file Exception.h.
1.8.3