HyperspaceExplorer 0.7.1
|
Exception that is thrown when a key is accessed that is not present in a ParameterMap. More...
#include <ParameterMap.h>
Public Member Functions | |
NonexistentParameterAccessed (const std::string &which, const ParameterMap &map) | |
Constructs the exception. |
Exception that is thrown when a key is accessed that is not present in a ParameterMap.
ParameterMap::NonexistentParameterAccessed::NonexistentParameterAccessed | ( | const std::string & | which, |
const ParameterMap & | map | ||
) | [inline] |
Constructs the exception.
which | Key to the parameter that was attempted to read or write. |
map | The ParameterMap on which which was attemped to access. |