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

Exception indicating that there's a bug in something (possibly the library itself) or the runtime environment is broken. More...

Inheritance diagram for hocon::bug_or_broken_exception:
hocon::config_exception hocon::not_possible_to_resolve_exception hocon::not_resolved_exception

Public Member Functions

 bug_or_broken_exception (std::string const &message)
 

Detailed Description

Exception indicating that there's a bug in something (possibly the library itself) or the runtime environment is broken.

This exception should never be handled; instead, something should be fixed to keep the exception from occurring. This exception can be thrown by any method in the library.

Definition at line 85 of file config_exception.hpp.


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