OnixS C++ Euronext Optiq MDG Handler 1.3.3
API documentation
Loading...
Searching...
No Matches
Exception Class Reference

Public Member Functions

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

Detailed Description

Definition at line 37 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 ( )
overridenoexcept

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
overridenoexcept

Returns information about error.