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