RflySimSDK v4.10
RflySimSDK说明文档
载入中...
搜索中...
未找到
other_error类 参考

exception indicating other library errors 更多...

#include <exceptions.hpp>

类 other_error 继承关系图:
other_error 的协作图:

静态 Public 成员函数

template<typename BasicJsonContext, enable_if_t< is_basic_json_context< BasicJsonContext >::value, int > = 0>
static other_error 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 other library errors

参见
https://json.nlohmann.me/api/basic_json/other_error/

该类的文档由以下文件生成: