OnixS C++ EuroTLX GTP Market Data Handler  1.4.0
API documentation
Exception Class Reference

#include <OnixS/EuroTLX/MarketData/GTP/Exception.h>

Public Member Functions

 Exception (const char *method_name, const char *message)
 
 Exception (const Exception &)
 
 ~Exception () ONIXS_EUROTLX_GTP_NOTHROW ONIXS_EUROTLX_GTP_OVERRIDE
 
Exceptionoperator= (const Exception &)
 
const char * what () const ONIXS_EUROTLX_GTP_NOTHROW ONIXS_EUROTLX_GTP_OVERRIDE
 
void touch (const char *method_name)
 

Detailed Description

Definition at line 37 of file Exception.h.

Constructor & Destructor Documentation

Exception ( const char *  method_name,
const char *  message 
)

Constructor.

Exception ( const Exception )

Copy constructor.

~Exception ( )

Destructor.

Member Function Documentation

Exception& operator= ( const Exception )

Assignment.

void touch ( const char *  method_name)

Add information about context of exception.

const char* what ( ) const

Returns information about error.


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