|
GTXclient C++ API
GTXserver-16.0.2
|
Class for handling GTXClient exceptions. More...
#include <GTXError.hpp>
Public Member Functions | |
| GTXError (const char *message) | |
| constructor from a message More... | |
| GTXError (const GTXError &in_exception) | |
| copy constructor More... | |
| ~GTXError () | |
| destructor More... | |
| const char * | GetMessage () |
| Get the message from the exception. | |
Class for handling GTXClient exceptions.
| GTXError::GTXError | ( | const char * | message | ) |
constructor from a message
Constructor from a char string
| [in] | message | Initial value for the message associated to the exception |
| GTXError::GTXError | ( | const GTXError & | in_exception | ) |
copy constructor
Copy Constructor
| [in] | in_exception | Input exception |
| GTXError::~GTXError | ( | ) |
destructor
Destructor