OnixS CBOE CMi2 Trading Handler for C++  1.1.3.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. 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

Basic exception class for this namespace.

Constructor & Destructor Documentation

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

Constructor.

Exception ( const Exception )

Copy constructor.

~Exception ( )
throw (
)

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
throw (
)

Returns information about error.