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