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 | |
| Exception & | operator= (const Exception &) |
| const char * | what () const noexcept override |
| void | touch (const std::string &method_name) |
Definition at line 59 of file Exception.h.
| ArgumentException | ( | const std::string & | source, |
| const std::string & | message ) |
Constructor.
| ArgumentException | ( | const std::string & | source, |
| const std::string & | argument_name, | ||
| const std::string & | value, | ||
| const std::string & | comment = "" ) |
Constructor.
| ArgumentException | ( | const std::string & | source, |
| const std::string & | argument_name, | ||
| int | value, | ||
| const std::string & | comment = "" ) |
Constructor.
| ArgumentException | ( | const std::string & | source, |
| const std::string & | argument_name, | ||
| unsigned int | value, | ||
| const std::string & | comment = "" ) |
Constructor.
| ArgumentException | ( | const std::string & | source, |
| const std::string & | argument_name, | ||
| double | value, | ||
| const std::string & | comment = "" ) |
Constructor.