#include <exception.hpp>


Definition at line 67 of file exception.hpp.
Public Member Functions | |
| const wchar_t * | get_message () const |
| internal_exception (const char *fname, const int line, const wchar_t *format,...) | |
| virtual | ~internal_exception () |
Protected Member Functions | |
| internal_exception (const char *fname, const int line) | |
Protected Attributes | |
| char * | fname |
| int | line |
| wchar_t * | message |
| internal_exception | ( | const char * | fname, | |
| const int | line | |||
| ) | [protected] |
Definition at line 102 of file exception.cpp.
| internal_exception | ( | const char * | fname, | |
| const int | line, | |||
| const wchar_t * | format, | |||
| ... | ||||
| ) |
| ~internal_exception | ( | ) | [virtual] |
| 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] |
Definition at line 71 of file exception.hpp.
Referenced by internal_exception::~internal_exception().
int line [protected] |
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