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