OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
Exception Class Reference

#include <OnixS/CboeCFE/Trading/BOE/Exception.h>

Public Member Functions

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

Detailed Description

Basic exception class for this namespace

Definition at line 33 of file Exception.h.

Constructor & Destructor Documentation

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

Constructor

Exception ( const Exception )

Copy constructor

~Exception ( )

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

Returns information about error


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