OnixS C++ EuroTLX GTP Market Data Handler  1.4.0
API documentation
ArgumentException Class Reference

#include <OnixS/EuroTLX/MarketData/GTP/Exception.h>

Public Member Functions

 ArgumentException (const char *source, const char *message)
 
 ArgumentException (const char *source, const char *argument_name, const char *value, const char *comment="")
 
 ArgumentException (const char *source, const char *argument_name, int value, const char *comment="")
 
 ArgumentException (const char *source, const char *argument_name, unsigned int value, const char *comment="")
 
 ArgumentException (const char *source, const char *argument_name, double value, const char *comment="")
 
- Public Member Functions inherited from Exception
 Exception (const char *method_name, const char *message)
 
 Exception (const Exception &)
 
 ~Exception () ONIXS_EUROTLX_GTP_NOTHROW ONIXS_EUROTLX_GTP_OVERRIDE
 
Exceptionoperator= (const Exception &)
 
const char * what () const ONIXS_EUROTLX_GTP_NOTHROW ONIXS_EUROTLX_GTP_OVERRIDE
 
void touch (const char *method_name)
 

Detailed Description

Definition at line 65 of file Exception.h.

Constructor & Destructor Documentation

ArgumentException ( const char *  source,
const char *  message 
)

Constructor.

ArgumentException ( const char *  source,
const char *  argument_name,
const char *  value,
const char *  comment = "" 
)

Constructor.

ArgumentException ( const char *  source,
const char *  argument_name,
int  value,
const char *  comment = "" 
)

Constructor.

ArgumentException ( const char *  source,
const char *  argument_name,
unsigned int  value,
const char *  comment = "" 
)

Constructor.

ArgumentException ( const char *  source,
const char *  argument_name,
double  value,
const char *  comment = "" 
)

Constructor.


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