GG
Public Member Functions

GG::ExceptionBase Class Reference

The base class for all GG exceptions. More...

#include <Exception.h>

List of all members.

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: