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

Exception indicating that a value was messed up, for example you may have asked for a duration and the value can't be sensibly parsed as a duration. More...

#include <config_exception.hpp>

Inheritance diagram for hocon::bad_value_exception:
hocon::config_exception

Public Member Functions

 bad_value_exception (config_origin const &origin, std::string const &path, std::string const &message)
 
 bad_value_exception (std::string const &path, std::string const &message)
 

Detailed Description

Exception indicating that a value was messed up, for example you may have asked for a duration and the value can't be sensibly parsed as a duration.

Definition at line 59 of file config_exception.hpp.

Constructor & Destructor Documentation

◆ bad_value_exception() [1/2]

hocon::bad_value_exception::bad_value_exception ( config_origin const &  origin,
std::string const &  path,
std::string const &  message 
)
inline

Definition at line 60 of file config_exception.hpp.

◆ bad_value_exception() [2/2]

hocon::bad_value_exception::bad_value_exception ( std::string const &  path,
std::string const &  message 
)
inline

Definition at line 62 of file config_exception.hpp.


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