#include <exception.hpp>
Definition at line 52 of file exception.hpp.
Public Member Functions | |
exception (const wchar_t *format,...) | |
const wchar_t * | get_message () const |
virtual | ~exception () |
Protected Member Functions | |
exception () | |
Protected Attributes | |
wchar_t * | message |
exception | ( | ) | [protected] |
Definition at line 79 of file exception.cpp.
exception | ( | const wchar_t * | format, | |
... | ||||
) |
~exception | ( | ) | [virtual] |
const wchar_t * get_message | ( | ) | const |
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] |
Definition at line 55 of file exception.hpp.
Referenced by exception::get_message(), and exception::~exception().