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

All exceptions thrown by the library are subclasses of config_exception. More...

Inheritance diagram for hocon::config_exception:
hocon::bad_path_exception hocon::bad_value_exception hocon::bug_or_broken_exception hocon::generic_exception hocon::io_exception hocon::missing_exception hocon::parse_exception hocon::validation_failed_exception hocon::wrong_type_exception

Public Member Functions

 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)
 

Detailed Description

All exceptions thrown by the library are subclasses of config_exception.

Definition at line 14 of file config_exception.hpp.


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