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

Public Member Functions

 NullArgumentException (const std::string &source, const std::string &argument_name)
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 99 of file Exception.h.

Constructor & Destructor Documentation

◆ NullArgumentException()

NullArgumentException ( const std::string & source,
const std::string & argument_name )

Constructor.