general exception of the basic_json class
More...
#include <json.hpp>
|
const char * | what () const noexcept override |
| returns the explanatory string
|
|
|
const int | id |
| the id of the exception
|
|
|
template<typename BasicJsonType > |
static std::string | diagnostics (const BasicJsonType &leaf_element) |
|
static std::string | name (const std::string &ename, int id_) |
|
|
std::runtime_error | m |
| an exception object as storage for error messages
|
|
◆ exception()
nlohmann::detail::exception::exception |
( |
int |
id_, |
|
|
const char * |
what_arg |
|
) |
| |
|
inlineprotected |
◆ diagnostics()
template<typename BasicJsonType >
static std::string nlohmann::detail::exception::diagnostics |
( |
const BasicJsonType & |
leaf_element | ) |
|
|
inlinestaticprotected |
Definition at line 2830 of file json.hpp.
References nlohmann::detail::array, 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::parse_error::create(), nlohmann::detail::invalid_iterator::create(), nlohmann::detail::type_error::create(), nlohmann::detail::out_of_range::create(), nlohmann::detail::other_error::create(), and nlohmann::detail::parse_error::create().
◆ name()
static std::string nlohmann::detail::exception::name |
( |
const std::string & |
ename, |
|
|
int |
id_ |
|
) |
| |
|
inlinestaticprotected |
◆ what()
const char * nlohmann::detail::exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
returns the explanatory string
Definition at line 2812 of file json.hpp.
References m.
◆ id
const int nlohmann::detail::exception::id |
the id of the exception
Definition at line 2818 of file json.hpp.
std::runtime_error nlohmann::detail::exception::m |
|
private |
an exception object as storage for error messages
Definition at line 2895 of file json.hpp.
Referenced by what().
The documentation for this class was generated from the following file: