Exception for arguments that are invalid. More...
#include <argumentinvalid_error.h>
Public Member Functions | |
argumentinvalid_error (const std::string &parm, const std::string &what_arg) | |
Constructor. | |
argumentinvalid_error (const char *parm, const char *what_arg) | |
Constructor. | |
std::string | parameter () |
Retrieve the parameter associated with the exception. | |
Private Attributes | |
std::string | _parameter |
Exception for arguments that are invalid.
Definition at line 19 of file argumentinvalid_error.h.
|
inline |
Constructor.
parm | The parameter that was invalid. |
what_arg | Specific message indicating the problem. |
Definition at line 29 of file argumentinvalid_error.h.
|
inline |
Constructor.
parm | The parameter that was invalid. |
what_arg | Specific message indicating the problem. |
Definition at line 40 of file argumentinvalid_error.h.
|
inline |
Retrieve the parameter associated with the exception.
Definition at line 50 of file argumentinvalid_error.h.
References argumentinvalid_error::_parameter.
|
private |
Definition at line 22 of file argumentinvalid_error.h.
Referenced by argumentinvalid_error::parameter().