#include <exception.h>
|
| | ExcGL (const char *message=0, GLenum glerr=0, const char *file=0, int line=0) |
| |
| | ~ExcGL () |
| |
| GLenum | getEnum () const |
| |
| | 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 () |
| |
| ExcGL |
( |
const char * |
message = 0, |
|
|
GLenum |
glerr = 0, |
|
|
const char * |
file = 0, |
|
|
int |
line = 0 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: