#include <exception.hpp>
Definition at line 100 of file exception.hpp.
Public Member Functions | |
assert_exception (const char *fname, const int line, const char *message) | |
const wchar_t * | get_message () const |
Protected Attributes | |
char * | fname |
int | line |
wchar_t * | message |
assert_exception | ( | const char * | fname, | |
const int | line, | |||
const char * | message | |||
) |
Definition at line 128 of file exception.cpp.
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().
char* fname [protected, inherited] |
Definition at line 71 of file exception.hpp.
Referenced by internal_exception::~internal_exception().
int line [protected, inherited] |
Definition at line 72 of file exception.hpp.
wchar_t* message [protected, inherited] |
Definition at line 55 of file exception.hpp.
Referenced by exception::get_message(), and exception::~exception().