OnixS C++ SGX Titan ITCH Market Data Handler  1.2.2
API documentation
Exception Class Reference

#include <OnixS/SgxTitan/MarketData/Itch/Exception.h>

Collaboration diagram for Exception:

Classes

struct  Implementation
 

Public Member Functions

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

Detailed Description

Definition at line 32 of file Exception.h.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 41 of file Exception.cpp.

Exception ( const Exception e)

Copy constructor.

Definition at line 50 of file Exception.cpp.

~Exception ( )
throw (
)

Destructor.

Definition at line 56 of file Exception.cpp.

Member Function Documentation

Exception & operator= ( const Exception e)

Assignment.

Definition at line 62 of file Exception.cpp.

void touch ( const char *  method_name)

Add information about context of exception.

Definition at line 76 of file Exception.cpp.

const char * what ( ) const
throw (
)

Returns information about error.

Definition at line 71 of file Exception.cpp.


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