OnixS C++ SGX Titan OUCH Trading Handler  1.2.0
API documentation
Exception Class Reference

#include <OnixS/SgxTitan/Trading/OUCH/Exception.h>

Collaboration diagram for Exception:

Classes

struct  Implementation
 

Public Member Functions

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

Detailed Description

Definition at line 31 of file Exception.h.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 39 of file Exception.cpp.

Exception ( const Exception e)

Copy constructor.

Definition at line 48 of file Exception.cpp.

~Exception ( )
throw (
)

Destructor.

Definition at line 54 of file Exception.cpp.

Member Function Documentation

Exception & operator= ( const Exception e)

Assignment.

Definition at line 60 of file Exception.cpp.

void touch ( const char *  method_name)

Add information about context of exception.

Definition at line 74 of file Exception.cpp.

const char * what ( ) const
throw (
)

Returns information about error.

Definition at line 69 of file Exception.cpp.


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