GG
Public Member Functions | List of all members
GG::ExceptionBase Class Referenceabstract

#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 ()
 

Detailed Description

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.


The documentation for this class was generated from the following file: