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

Public Member Functions

 ArgumentRangeException (const std::string &source, const std::string &message)
 ArgumentRangeException (const std::string &source, const std::string &argument_name, int value, int min_value, int max_value)
 ArgumentRangeException (const std::string &source, const std::string &argument_name, unsigned int value, unsigned int min_value, unsigned int max_value)
 ArgumentRangeException (const std::string &source, const std::string &argument_name, int value, unsigned int max_value)
 ArgumentRangeException (const std::string &source, const std::string &argument_name, unsigned int value, unsigned int max_value)
 ArgumentRangeException (const std::string &source, const std::string &argument_name, double value, double min_value, double max_value)
Public Member Functions inherited from ArgumentException
 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 107 of file Exception.h.

Constructor & Destructor Documentation

◆ ArgumentRangeException() [1/6]

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

Constructor.

◆ ArgumentRangeException() [2/6]

ArgumentRangeException ( const std::string & source,
const std::string & argument_name,
int value,
int min_value,
int max_value )

Constructor.

◆ ArgumentRangeException() [3/6]

ArgumentRangeException ( const std::string & source,
const std::string & argument_name,
unsigned int value,
unsigned int min_value,
unsigned int max_value )

Constructor.

◆ ArgumentRangeException() [4/6]

ArgumentRangeException ( const std::string & source,
const std::string & argument_name,
int value,
unsigned int max_value )

Constructor.

◆ ArgumentRangeException() [5/6]

ArgumentRangeException ( const std::string & source,
const std::string & argument_name,
unsigned int value,
unsigned int max_value )

Constructor.

◆ ArgumentRangeException() [6/6]

ArgumentRangeException ( const std::string & source,
const std::string & argument_name,
double value,
double min_value,
double max_value )

Constructor.