X-Plane Remote Access Plugin and Client Library
|
#include <Exception.h>
Public Types | |
typedef unsigned long | errorCode_t |
Public Member Functions | |
IOException (errorCode_t errorCode) throw () | |
errorCode_t | getErrorCode () const throw () |
Public Member Functions inherited from hu::varadiistvan::xplra::Exception | |
Exception (const char *message) throw () | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
errorCode_t | errorCode |
Additional Inherited Members | |
Protected Member Functions inherited from hu::varadiistvan::xplra::Exception | |
Exception () throw () | |
Protected Attributes inherited from hu::varadiistvan::xplra::Exception | |
std::string | message |
An I/O exception.
Definition at line 84 of file Exception.h.
typedef unsigned long hu::varadiistvan::xplra::IOException::errorCode_t |
Type for the error code.
Definition at line 90 of file Exception.h.
IOException::IOException | ( | errorCode_t | errorCode | ) | |
throw | ( | ||||
) |
Construct the exception.
Definition at line 51 of file Exception.cc.
|
inline |
Get the error code.
Definition at line 255 of file Exception.h.
|
private |
The error code.
Definition at line 96 of file Exception.h.