GTXclient C++ API  GTXserver-15.0.3
GTXError Class Reference

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.
 

Detailed Description

Class for handling GTXClient exceptions.

Examples:
browser.cpp, dump.cpp, fault.cpp, polygon.cpp, vendor.cpp, wireframes.cpp, and write_files.cpp.

Constructor & Destructor Documentation

GTXError::GTXError ( const char *  message)

constructor from a message

Constructor from a char string

Parameters
[in]messageInitial value for the message associated to the exception
GTXError::GTXError ( const GTXError in_exception)

copy constructor

Copy Constructor

Parameters
[in]in_exceptionInput exception
GTXError::~GTXError ( )

destructor

Destructor


The documentation for this class was generated from the following files: