cpp-hocon  0.3.0
Public Member Functions | Public Attributes | List of all members
hocon::validation_failed_exception Struct Reference

Exception indicating that config#check_valid found validity problems. More...

Inheritance diagram for hocon::validation_failed_exception:
hocon::config_exception

Public Member Functions

 validation_failed_exception (std::vector< validation_problem > problems_)
 

Public Attributes

const std::vector< validation_problemproblems
 

Detailed Description

Exception indicating that config#check_valid found validity problems.

The problems are available via the problems() method. The get_message() of this exception is a potentially very long string listing all the problems found.

Definition at line 155 of file config_exception.hpp.


The documentation for this struct was generated from the following file: