Class pst_validation_error

Inheritance Relationships

Base Type

  • public std::logic_error

Class Documentation

class pst_validation_error : public std::logic_error

The pst_validation_error intended to be constructed and thrown from a ValidationContext.

Public Functions

inline explicit pst_validation_error(const std::string &msg)

Construct a new pst validation error object.

Parameters

msg – error messsage describing the pst validation error

inline explicit pst_validation_error(const char *msg)

Construct a new pst validation error object.

Parameters

msg – error messsage describing the pst validation error

~pst_validation_error() override = default

Destroy the pst validation error object.