7#ifndef __ARGUMENTNULL_ERROR_H__
8#define __ARGUMENTNULL_ERROR_H__
29 : runtime_error(what_arg)
40 : runtime_error(what_arg)
Exception for arguments that are null.
argumentnull_error(const char *parm, const char *what_arg)
Constructor.
std::string parameter()
Retrieve the parameter associated with the exception.
argumentnull_error(const std::string &parm, const std::string &what_arg)
Constructor.
The namespace containing all the "helper" functions in the C++ code.