Class ParameterTypeException

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.