cpp-hocon
0.3.0
|
Exception indicating that config#check_valid found validity problems. More...
Public Member Functions | |
validation_failed_exception (std::vector< validation_problem > problems_) | |
Public Attributes | |
const std::vector< validation_problem > | problems |
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.