Class ParameterUninitializedException

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class ParameterUninitializedException : public std::runtime_error

Thrown when an uninitialized parameter is accessed.

Public Functions

inline explicit ParameterUninitializedException(const std::string &name)

Construct an instance.

Parameters:

name[in] the name of the parameter.