OnixS CBOE CMi2 Trading Handler for C++  1.1.3.0
Public Member Functions | List of all members
OperationException Class Reference

Operation exception. More...

Public Member Functions

 OperationException (const char *source, const char *message)
 Constructor. More...
 
- Public Member Functions inherited from Exception
 Exception (const char *method_name, const char *message)
 Constructor. More...
 
 Exception (const Exception &)
 Copy constructor. More...
 
 ~Exception () throw ()
 Destructor. More...
 
Exceptionoperator= (const Exception &)
 Assignment. More...
 
const char * what () const throw ()
 Returns information about error. More...
 
void touch (const char *method_name)
 Add information about context of exception. More...
 

Detailed Description

Operation exception.

Constructor & Destructor Documentation

OperationException ( const char *  source,
const char *  message 
)

Constructor.