Class ExtrapError#

Inheritance Relationships#

Base Type#

  • public std::runtime_error

Class Documentation#

class ExtrapError : public std::runtime_error#

Exception raised when an extrapolation error occurs.

Public Functions

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

Construct an trv::sys::ExtrapError 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