#include <OISException.h>
◆ Exception() [1/2]
OIS::Exception::Exception |
( |
OIS_ERROR |
err, |
|
|
const char * |
str, |
|
|
int |
line, |
|
|
const char * |
file |
|
) |
| |
|
inline |
Creates exception object.
◆ Exception() [2/2]
OIS::Exception::Exception |
( |
const Exception & |
other | ) |
|
|
inline |
◆ ~Exception()
OIS::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ what()
const char * Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
◆ eFile
const char* OIS::Exception::eFile |
◆ eLine
const int OIS::Exception::eLine |
The line number it occurred on.
◆ eText
const char* OIS::Exception::eText |
A message passed along when the exception was raised.
◆ eType
The type of exception raised.
The documentation for this class was generated from the following files: