AlgoPlus v0.1.0
Loading...
Searching...
No Matches
detail::type_error Class Reference

exception indicating executing a member function with a wrong type More...

#include <json.hpp>

Inheritance diagram for detail::type_error:
detail::exception

Static Public Member Functions

template<typename BasicJsonContext, enable_if_t< is_basic_json_context< BasicJsonContext >::value, int > = 0>
static type_error create (int id_, const std::string &what_arg, BasicJsonContext context)

Additional Inherited Members

Public Member Functions inherited from detail::exception
const char * what () const noexcept override
 returns the explanatory string
Public Attributes inherited from detail::exception
const int id
 the id of the exception
Protected Member Functions inherited from detail::exception
 exception (int id_, const char *what_arg)
Static Protected Member Functions inherited from detail::exception
static std::string name (const std::string &ename, int id_)
static std::string diagnostics (std::nullptr_t)
template<typename BasicJsonType>
static std::string diagnostics (const BasicJsonType *leaf_element)

Detailed Description

exception indicating executing a member function with a wrong type

See also
https://json.nlohmann.me/api/basic_json/type_error/

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