OnixS Brokertec ITCH Market Data Handler for C++  1.1.0.1
Public Member Functions
Exception Class Reference

Basic exception class for this namespace. More...

List of all members.

Public Member Functions

 Exception (const char *method_name, const char *message)
 Constructor.
 Exception (const Exception &)
 Copy constructor.
 ~Exception () throw ()
 Destructor.
Exceptionoperator= (const Exception &)
 Assignment.
const char * what () const throw ()
 Returns information about error.
void touch (const char *method_name)
 Add information about context of exception.

Detailed Description

Basic exception class for this namespace.