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

Exception indicates that the setting was treated as missing because it was set to null. More...

#include <config_exception.hpp>

Inheritance diagram for hocon::null_exception:
hocon::missing_exception hocon::config_exception

Public Member Functions

 null_exception (config_origin const &origin, std::string const &path, std::string const &expected="")
 
 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

Exception indicates that the setting was treated as missing because it was set to null.

Definition at line 48 of file config_exception.hpp.

Constructor & Destructor Documentation

◆ null_exception()

hocon::null_exception::null_exception ( config_origin const &  origin,
std::string const &  path,
std::string const &  expected = "" 
)
inline

Definition at line 49 of file config_exception.hpp.

Member Function Documentation

◆ config_exception() [1/3]

hocon::config_exception::config_exception ( config_origin const &  origin,
std::string const &  message 
)
inlineinherited

Definition at line 15 of file config_exception.hpp.

◆ config_exception() [2/3]

hocon::config_exception::config_exception ( std::string const &  message)
inlineinherited

Definition at line 17 of file config_exception.hpp.

◆ config_exception() [3/3]

hocon::config_exception::config_exception ( std::string const &  message,
std::exception const &  e 
)
inlineinherited

Definition at line 19 of file config_exception.hpp.


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