exception indicating other library errors
More...
#include <json.hpp>
|
| const char * | what () const noexcept override |
| | returns the explanatory string
|
|
| const int | id |
| | the id of the exception
|
|
| std::runtime_error | m |
| | an exception object as storage for error messages
|
exception indicating other library errors
- See also
- https://json.nlohmann.me/api/basic_json/other_error/
Definition at line 3005 of file json.hpp.
◆ other_error()
| nlohmann::detail::other_error::other_error |
( |
int | id_, |
|
|
const char * | what_arg ) |
|
inlineprivate |
◆ create()
| other_error nlohmann::detail::other_error::create |
( |
int | id_, |
|
|
const std::string & | what_arg, |
|
|
const BasicJsonType & | context ) |
|
inlinestatic |
◆ diagnostics()
| std::string nlohmann::detail::exception::diagnostics |
( |
const BasicJsonType & | leaf_element | ) |
|
|
inlinestaticprotectedinherited |
Definition at line 2830 of file json.hpp.
References nlohmann::a, nlohmann::detail::array, nlohmann::b, nlohmann::BasicJsonType(), nlohmann::detail::binary, nlohmann::detail::boolean, nlohmann::detail::discarded, nlohmann::detail::null, nlohmann::detail::number_float, nlohmann::detail::number_integer, nlohmann::detail::number_unsigned, nlohmann::detail::object, and nlohmann::detail::string.
Referenced by nlohmann::detail::invalid_iterator::create(), nlohmann::detail::other_error::create(), nlohmann::detail::out_of_range::create(), nlohmann::detail::parse_error::create(), nlohmann::detail::parse_error::create(), and nlohmann::detail::type_error::create().
◆ name()
| std::string nlohmann::detail::exception::name |
( |
const std::string & | ename, |
|
|
int | id_ ) |
|
inlinestaticprotectedinherited |
◆ what()
| const char * nlohmann::detail::exception::what |
( |
| ) |
const |
|
inlineoverridenoexceptinherited |
returns the explanatory string
Definition at line 2812 of file json.hpp.
References m.
◆ id
| const int nlohmann::detail::exception::id |
|
inherited |
the id of the exception
Definition at line 2818 of file json.hpp.
| std::runtime_error nlohmann::detail::exception::m |
|
privateinherited |
The documentation for this class was generated from the following file: