NIM 跨平台 C++ SDK
|
#include <value.h>
Public 成员函数 | |
RuntimeError (String const &msg) | |
Public 成员函数 继承自 nim_cpp_wrapper_util::Json::Exception | |
Exception (String msg) | |
~Exception () noexcept override | |
char const * | what () const noexcept override |
额外继承的成员函数 | |
Protected 属性 继承自 nim_cpp_wrapper_util::Json::Exception | |
String | msg_ |
Exceptions which the user cannot easily avoid.
E.g. out-of-memory (when we use malloc), stack-overflow, malicious input
nim_cpp_wrapper_util::Json::RuntimeError::RuntimeError | ( | String const & | msg | ) |