X-Plane Remote Access Plugin and Client Library
|
#include <Exception.h>
Public Member Functions | |
Exception (const char *message) throw () | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Protected Member Functions | |
Exception () throw () | |
Protected Attributes | |
std::string | message |
Base class for exceptions that can be thrown by the client.
Definition at line 46 of file Exception.h.
|
inline |
Construct the exception with the given message.
Definition at line 235 of file Exception.h.
|
inlineprotected |
Default constructor for children.
Definition at line 242 of file Exception.h.
|
inlinevirtual |
Destroy the exception
Definition at line 248 of file Exception.h.
|
virtual |
Get a message.
Definition at line 43 of file Exception.cc.
|
protected |
The string representation of the error message.
Definition at line 52 of file Exception.h.