#include <Exception.hpp>
Inheritance diagram for UnsupportedError:Public Member Functions | |
| UnsupportedError (const std::string &msg) | |
| UnsupportedError (const UnsupportedError &src) | |
| virtual | ~UnsupportedError () throw () |
| virtual const char * | what () const throw () |
Definition at line 163 of file Exception.hpp.
| UnsupportedError | ( | const std::string & | msg | ) | [explicit] |
| UnsupportedError | ( | const UnsupportedError & | src | ) |
| virtual ~UnsupportedError | ( | ) | throw () [virtual] |
| virtual const char* what | ( | ) | const throw () [virtual] |
1.7.1