OnixS Xetra MDI Market Data Handler for C++  1.0.0.0
Public Member Functions | List of all members
Exception Class Reference

Basic exception class for this namespace. More...

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.