#include <exception.hpp>


Definition at line 80 of file exception.hpp.
Public Member Functions | |
| const wchar_t * | get_message () const |
| memory_exception (const char *fname, const int line, const wchar_t *format,...) | |
Protected Attributes | |
| char * | fname |
| int | line |
| wchar_t * | message |
| memory_exception | ( | const char * | fname, | |
| const int | line, | |||
| 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().
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().
1.5.5