#include <OISException.h>
Public Member Functions | |
| Exception (OIS_ERROR err, const char *str, int line, const char *file) | |
| Creates exception object. | |
Public Attributes | |
| const OIS_ERROR | eType |
| The type of exception raised. | |
| const int | eLine |
| The line number it occurred on. | |
| const char * | eFile |
| The source file. | |
| const char * | eText |
| A message passed along when the exception was raised. | |
Private Member Functions | |
| Exception () | |
| Hidden default. | |
Definition at line 47 of file OISException.h.
| OIS::Exception::Exception | ( | ) | [inline, private] |
| OIS::Exception::Exception | ( | OIS_ERROR | err, | |
| const char * | str, | |||
| int | line, | |||
| const char * | file | |||
| ) | [inline] |
| const OIS_ERROR OIS::Exception::eType |
| const int OIS::Exception::eLine |
| const char* OIS::Exception::eFile |
| const char* OIS::Exception::eText |
A message passed along when the exception was raised.
Definition at line 63 of file OISException.h.
Referenced by main().
1.5.4