cpp-hocon
0.3.0
|
Exception indicating that the type of a value does not match the type you requested. More...
Public Member Functions | |
wrong_type_exception (config_origin const &origin, std::string const &path, std::string const &expected, std::string const &actual) | |
config_exception (config_origin const &origin, std::string const &message) | |
config_exception (std::string const &message) | |
config_exception (std::string const &message, std::exception const &e) | |
Exception indicating that the type of a value does not match the type you requested.
Definition at line 27 of file config_exception.hpp.