#include <exceptions.hh>

Public Member Functions | |
| class_not_supported (const int &type) | |
| virtual const char * | what () const throw () |
| virtual | ~class_not_supported () throw () |
Private Attributes | |
| std::string | what_ |
Definition at line 123 of file exceptions.hh.
| class_not_supported::class_not_supported | ( | const int & | type | ) | [inline] |
Definition at line 126 of file exceptions.hh.
| virtual class_not_supported::~class_not_supported | ( | ) | throw () [inline, virtual] |
Definition at line 161 of file exceptions.hh.
| virtual const char* class_not_supported::what | ( | ) | const throw () [inline, virtual] |
Definition at line 163 of file exceptions.hh.
std::string class_not_supported::what_ [private] |
Definition at line 168 of file exceptions.hh.