Argument value error. More...
Public Member Functions | |
ArgumentException (const char *source, const char *message) | |
Constructor. | |
ArgumentException (const char *source, const char *argument_name, const char *value, const char *comment="") | |
Constructor. | |
ArgumentException (const char *source, const char *argument_name, int value, const char *comment="") | |
Constructor. | |
ArgumentException (const char *source, const char *argument_name, unsigned int value, const char *comment="") | |
Constructor. | |
ArgumentException (const char *source, const char *argument_name, double value, const char *comment="") | |
Constructor. | |
Public Member Functions inherited from Exception | |
Exception (const char *method_name, const char *message) | |
Constructor. | |
Exception (const Exception &) | |
Copy constructor. | |
~Exception () throw () | |
Destructor. | |
Exception & | operator= (const Exception &) |
Assignment. | |
const char * | what () const throw () |
Returns information about error. | |
void | touch (const char *method_name) |
Add information about context of exception. | |
Argument value error.