Exception for arguments that are null. More...
#include <argumentnull_error.h>
Public Member Functions | |
argumentnull_error (const std::string &parm, const std::string &what_arg) | |
Constructor. | |
argumentnull_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 null.
Definition at line 18 of file argumentnull_error.h.
|
inline |
Constructor.
parm | The parameter that was null. |
what_arg | Specific message indicating the problem. |
Definition at line 28 of file argumentnull_error.h.
|
inline |
Constructor.
parm | The parameter that was null. |
what_arg | Specific message indicating the problem. |
Definition at line 39 of file argumentnull_error.h.
|
inline |
Retrieve the parameter associated with the exception.
Definition at line 49 of file argumentnull_error.h.
References argumentnull_error::_parameter.
|
private |
Definition at line 21 of file argumentnull_error.h.
Referenced by argumentnull_error::parameter().