OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
NullArgumentException Class Reference

#include <OnixS/CboeCFE/Trading/BOE/Exception.h>

Public Member Functions

 NullArgumentException (const char *source, const char *argument_name)
 
- Public Member Functions inherited from ArgumentException
 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_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

Null argument value error

Definition at line 94 of file Exception.h.

Constructor & Destructor Documentation

NullArgumentException ( const char *  source,
const char *  argument_name 
)

Constructor


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