Class InvalidParameterError#

Inheritance Relationships#

Base Type#

  • public std::invalid_argument

Class Documentation#

class InvalidParameterError : public std::invalid_argument#

Exception raised when parameters are invalid.

Public Functions

InvalidParameterError(const char *fmt_string, ...)#

Construct an trv::sys::InvalidParameterError exception.

Parameters
  • fmt_string – Error message format string.

  • ... – An arbitrary number of substitution arguments.

virtual const char *what() const noexcept#

Exception string representation.

Returns

String representation of the exception.

Public Members

std::string err_mesg#

error message