NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_cpp_wrapper_util::Json::Exception类 参考

#include <value.h>

类 nim_cpp_wrapper_util::Json::Exception 继承关系图:
nim_cpp_wrapper_util::Json::LogicError nim_cpp_wrapper_util::Json::RuntimeError

Public 成员函数

 Exception (String msg)
 
 ~Exception () noexcept override
 
char const * what () const noexcept override
 

Protected 属性

String msg_
 

详细描述

Base class for all exceptions we throw.

We use nothing but these internally. Of course, STL can throw others.

构造及析构函数说明

◆ Exception()

nim_cpp_wrapper_util::Json::Exception::Exception ( String  msg)

◆ ~Exception()

nim_cpp_wrapper_util::Json::Exception::~Exception ( )
overridenoexcept

成员函数说明

◆ what()

char const * nim_cpp_wrapper_util::Json::Exception::what ( ) const
overridenoexcept

类成员变量说明

◆ msg_

String nim_cpp_wrapper_util::Json::Exception::msg_
protected

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