#include <Exception.hpp>
Inheritance diagram for Exception:Public Member Functions | |
| virtual | ~Exception () throw () |
| virtual const char * | what () const =0 throw () |
Protected Member Functions | |
| Exception () | |
Definition at line 31 of file Exception.hpp.
| Exception | ( | ) | [protected] |
| virtual ~Exception | ( | ) | throw () [virtual] |
| virtual const char* what | ( | ) | const throw () [pure virtual] |
1.7.1