OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.0
API documentation
Loading...
Searching...
No Matches
Exception Class Reference

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() [1/2]

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

Constructor

◆ Exception() [2/2]

Exception ( const Exception & )

Copy constructor

◆ ~Exception()

~Exception ( )

Destructor

Member Function Documentation

◆ operator=()

Exception & operator= ( const Exception & )

Assignment

◆ touch()

void touch ( const char * method_name)

Add information about context of exception

◆ what()

const char * what ( ) const

Returns information about error