Exception indicating that the type of a value does not match the type you requested.
More...
#include <config_exception.hpp>
Exception indicating that the type of a value does not match the type you requested.
Definition at line 27 of file config_exception.hpp.
◆ wrong_type_exception()
| hocon::wrong_type_exception::wrong_type_exception |
( |
config_origin const & |
origin, |
|
|
std::string const & |
path, |
|
|
std::string const & |
expected, |
|
|
std::string const & |
actual |
|
) |
| |
|
inline |
◆ config_exception() [1/3]
| hocon::config_exception::config_exception |
( |
config_origin const & |
origin, |
|
|
std::string const & |
message |
|
) |
| |
|
inline |
◆ config_exception() [2/3]
| hocon::config_exception::config_exception |
( |
std::string const & |
message | ) |
|
|
inline |
◆ config_exception() [3/3]
| hocon::config_exception::config_exception |
( |
std::string const & |
message, |
|
|
std::exception const & |
e |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: