#include <exception.h>
Public Member Functions | |
| Exception (const std::string &msg) | |
| virtual | ~Exception () throw () |
| virtual const char * | what () const throw () |
Exception base class. All other exceptions derived from this merely adjust the error string to be slightly more specific.
Definition at line 42 of file exception.h.
| FIFE::Exception::Exception | ( | const std::string & | msg | ) |
Constructor.
| msg | The error mesage to be stored. |
Definition at line 35 of file exception.cpp.
| FIFE::Exception::~Exception | ( | ) | throw () [virtual] |
Destructor.
Definition at line 39 of file exception.cpp.
| const char * FIFE::Exception::what | ( | ) | const throw () [virtual] |
Returns the error message.
Definition at line 41 of file exception.cpp.
Referenced by FIFE::VFS::createSource(), and FIFE::Console::execute().

1.6.3