|
Osiris Framework
0.1
|
Osiris exception class. More...
#include <OsirisSDK/OException.h>
Public Member Functions | |
| OException (const char *file, int line, const char *what) | |
| Class constructor. More... | |
| virtual | ~OException () |
| Class destructor. | |
| const char * | what () |
| Returns the exception message. More... | |
Osiris exception class.
| OException::OException | ( | const char * | file, |
| int | line, | ||
| const char * | what | ||
| ) |
Class constructor.
| file | Source file name. |
| line | Source file line number. |
| what | Exception message. |
| const char * OException::what | ( | ) |
Returns the exception message.