#include <Exception.h>


Definition at line 48 of file Exception.h.
Public Member Functions | |
| virtual const char * | what () const throw () |
| return the error message | |
| virtual std::string | toString () const |
| format the exception as a string | |
| virtual void | rethrow () const |
| throw this exception (used to provide good static typing on re-thrown exceptions) | |
1.5.5