#include <exception.hpp>
Definition at line 120 of file exception.hpp.
Public Member Functions | |
const wchar_t * | get_message () const |
io_exception (const wchar_t *format,...) | |
Protected Attributes | |
wchar_t * | message |
io_exception | ( | const wchar_t * | format, | |
... | ||||
) |
const wchar_t * get_message | ( | ) | const [inherited] |
Definition at line 95 of file exception.cpp.
References exception::message.
Referenced by application::application(), load_scenery_thread::run(), and SDL_main().
wchar_t* message [protected, inherited] |
Definition at line 55 of file exception.hpp.
Referenced by exception::get_message(), and exception::~exception().