![]() |
OpenXcom
1.0
Open-source clone of the original X-Com
|
Basic exception class to distinguish OpenXcom exceptions from the rest. More...
#include <Exception.h>
Public Member Functions | |
| Exception (const std::string &msg) throw () | |
| Creates an exception. More... | |
| ~Exception () throw () | |
| Cleans up the exception. | |
| const char * | what () const throw () |
| Returns the exception message. More... | |
Basic exception class to distinguish OpenXcom exceptions from the rest.
| OpenXcom::Exception::Exception | ( | const std::string & | msg | ) | |
| throw | ( | ||||
| ) | |||||
| const char * OpenXcom::Exception::what | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Returns the exception message.
Returns the message describing the exception that occurred.
1.8.6