OnixS Eurex EDCI Handler C++ library 1.0.0
Users' manual and API documentation
Loading...
Searching...
No Matches
ArgumentException Class Reference

Public Member Functions

 ArgumentException (const std::string &source, const std::string &message)
 ArgumentException (const std::string &source, const std::string &argument_name, const std::string &value, const std::string &comment="")
 ArgumentException (const std::string &source, const std::string &argument_name, int value, const std::string &comment="")
 ArgumentException (const std::string &source, const std::string &argument_name, unsigned int value, const std::string &comment="")
 ArgumentException (const std::string &source, const std::string &argument_name, double value, const std::string &comment="")
Public Member Functions inherited from Exception
 Exception (const std::string &method_name, const std::string &message)
 Exception (const Exception &)
 ~Exception () noexcept override
Exceptionoperator= (const Exception &)
const char * what () const noexcept override
void touch (const std::string &method_name)

Detailed Description

Definition at line 59 of file Exception.h.

Constructor & Destructor Documentation

◆ ArgumentException() [1/5]

ArgumentException ( const std::string & source,
const std::string & message )

Constructor.

◆ ArgumentException() [2/5]

ArgumentException ( const std::string & source,
const std::string & argument_name,
const std::string & value,
const std::string & comment = "" )

Constructor.

◆ ArgumentException() [3/5]

ArgumentException ( const std::string & source,
const std::string & argument_name,
int value,
const std::string & comment = "" )

Constructor.

◆ ArgumentException() [4/5]

ArgumentException ( const std::string & source,
const std::string & argument_name,
unsigned int value,
const std::string & comment = "" )

Constructor.

◆ ArgumentException() [5/5]

ArgumentException ( const std::string & source,
const std::string & argument_name,
double value,
const std::string & comment = "" )

Constructor.