exception indicating access out of the defined range 更多...
#include <exceptions.hpp>
静态 Public 成员函数 | |
| template<typename BasicJsonContext, enable_if_t< is_basic_json_context< BasicJsonContext >::value, int > = 0> | |
| static out_of_range | create (int id_, const std::string &what_arg, BasicJsonContext context) |
额外继承的成员函数 | |
| Public 成员函数 继承自 exception | |
| const char * | what () const noexcept override |
| returns the explanatory string | |
| Public 属性 继承自 exception | |
| const int | id |
| the id of the exception | |
| Protected 成员函数 继承自 exception | |
| exception (int id_, const char *what_arg) | |
| 静态 Protected 成员函数 继承自 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) |
exception indicating access out of the defined range