X-Plane Remote Access Plugin and Client Library
|
#include <Exception.h>
Public Member Functions | |
InvalidIDException () 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 thrown when we want to get or set a dataref with an invalid ID.
Definition at line 222 of file Exception.h.
|
inline |
Construct the exception
Definition at line 296 of file Exception.h.