X-Plane Remote Access Plugin and Client Library
|
#include <Exception.h>
Public Member Functions | |
NotConnectedException () throw () | |
Public Member Functions inherited from hu::varadiistvan::xplra::Exception | |
Exception (const char *message) throw () | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
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 |
Exception to signify the fact the we are not connected to the simulator.
Definition at line 192 of file Exception.h.
|
inline |
Construct the exception
Definition at line 280 of file Exception.h.