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 | |
| Exception & | operator= (const Exception &) |
| const char * | what () const noexcept override |
| void | touch (const std::string &method_name) |
Definition at line 99 of file Exception.h.
| NullArgumentException | ( | const std::string & | source, |
| const std::string & | argument_name ) |
Constructor.