OnixS CBOE CMi2 Trading Handler for C++  1.1.3.0
Public Member Functions | List of all members
ArgumentException Class Reference

Argument value error. More...

Public Member Functions

 ArgumentException (const char *source, const char *message)
 Constructor. More...
 
 ArgumentException (const char *source, const char *argument_name, const char *value, const char *comment="")
 Constructor. More...
 
 ArgumentException (const char *source, const char *argument_name, int value, const char *comment="")
 Constructor. More...
 
 ArgumentException (const char *source, const char *argument_name, unsigned int value, const char *comment="")
 Constructor. More...
 
 ArgumentException (const char *source, const char *argument_name, double value, const char *comment="")
 Constructor. More...
 
- Public Member Functions inherited from Exception
 Exception (const char *method_name, const char *message)
 Constructor. More...
 
 Exception (const Exception &)
 Copy constructor. More...
 
 ~Exception () throw ()
 Destructor. More...
 
Exceptionoperator= (const Exception &)
 Assignment. More...
 
const char * what () const throw ()
 Returns information about error. More...
 
void touch (const char *method_name)
 Add information about context of exception. More...
 

Detailed Description

Argument value error.

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.