cpp-hocon 0.3.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hocon::not_resolved_exception Struct Reference

Exception indicating that you tried to use a function that requires substitutions to be resolved, but substitutions have not been resolved (that is, config#resolve was not called). More...

#include <config_exception.hpp>

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

Public Member Functions

 not_resolved_exception (std::string const &message)
 

Detailed Description

Exception indicating that you tried to use a function that requires substitutions to be resolved, but substitutions have not been resolved (that is, config#resolve was not called).

This is always a bug in either application code or the library; it's wrong to write a handler for this exception because you should be able to fix the code to avoid it by adding calls to config#resolve.

Definition at line 123 of file config_exception.hpp.

Constructor & Destructor Documentation

◆ not_resolved_exception()

hocon::not_resolved_exception::not_resolved_exception ( std::string const &  message)
inline

Definition at line 124 of file config_exception.hpp.


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