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