#include <exception.h>
|
| | ExcSDL (const char *message=0, const char *details=0, const char *file=0, int line=0) |
| |
| | ~ExcSDL () |
| |
| | Exception (const char *details=0, const char *file=0, int line=0) |
| |
| | Exception (const char *message, const char *details=0, const char *file=0, int line=0, bool eno=false) |
| |
| | Exception (const char *section, const char *message, const char *details=0, const char *file=0, int line=0) |
| |
| | Exception (const char *section, const char *message, GLenum glerr, const char *file=0, int line=0) |
| |
| virtual | ~Exception () |
| |
| void | init (bool eno, const char *details, const char *file, int line) |
| |
| int | getLine () const |
| |
| const char * | getFile () const |
| |
| const char * | getMessage () const |
| |
| const char * | getDetails () const |
| |
| virtual void | printError () |
| |
| ExcSDL |
( |
const char * |
message = 0, |
|
|
const char * |
details = 0, |
|
|
const char * |
file = 0, |
|
|
int |
line = 0 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: