Class ParameterTypeException
Defined in File parameter_value.hpp
Inheritance Relationships
Base Type
public std::runtime_error
Class Documentation
-
class ParameterTypeException : public std::runtime_error
Indicate the parameter type does not match the expected type.
Public Functions
-
inline ParameterTypeException(ParameterType expected, ParameterType actual)
Construct an instance.
- Parameters:
expected – [in] the expected parameter type.
actual – [in] the actual parameter type.
-
inline ParameterTypeException(ParameterType expected, ParameterType actual)