#include <OISException.h>
|
| const OIS_ERROR | eType |
| | The type of exception raised.
|
| const int | eLine |
| | The line number it occurred on.
|
| const std::string | eFile |
| | The source file.
|
| const std::string | eText |
| | A message passed along when the exception was raised.
|
◆ Exception() [1/3]
| OIS::Exception::Exception |
( |
OIS_ERROR | err, |
|
|
const char * | str, |
|
|
int | line, |
|
|
const char * | file ) |
|
inline |
Creates exception object.
◆ Exception() [2/3]
| OIS::Exception::Exception |
( |
OIS_ERROR | err, |
|
|
const std::string & | str, |
|
|
int | line, |
|
|
const char * | file ) |
|
inline |
◆ Exception() [3/3]
| OIS::Exception::Exception |
( |
const Exception & | other | ) |
|
|
inline |
◆ ~Exception()
| OIS::Exception::~Exception |
( |
| ) |
|
| throw | ( | ) | | | |
|
inline |
◆ what()
| const char * Exception::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
virtual |
◆ eFile
| const std::string OIS::Exception::eFile |
◆ eLine
| const int OIS::Exception::eLine |
The line number it occurred on.
◆ eText
| const std::string 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: