#include <Exception.h>
Public Member Functions | |
| Exception (const Exception &other) throw () | |
| Exception (const std::string &error) throw () | |
| virtual const char * | what () const throw () |
| void | log () |
| void | log (Stream &s) |
Definition at line 33 of file Exception.h.
1.6.2