Class validation_error

Inheritance Relationships

Base Type

  • public std::exception

Class Documentation

class validation_error : public std::exception

The exception thrown when a validation error occurs.

Public Functions

validation_error(const std::string &msg)

Constructor.

validation_error(const std::string &cat, const std::string &item, const std::string &msg)

Constructor.

inline const char *what() const noexcept

The description of the error.