|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
序列化异常 更多...
#include <serialize_exception.hpp>
额外继承的成员函数 | |
| Public 成员函数 继承自 neforce::value_exception | |
| const char * | type () const noexcept override |
| 获取异常类型 | |
| Public 成员函数 继承自 neforce::exception | |
| exception (const char *info="") | |
| 构造函数 | |
| exception (const exception &other) noexcept | |
| 复制构造函数 | |
| exception & | operator= (const exception &other) noexcept |
| 复制赋值运算符 | |
| exception (exception &&other) noexcept | |
| 移动构造函数 | |
| exception & | operator= (exception &&other) noexcept |
| 移动赋值运算符 | |
| template<typename Error, enable_if_t< is_base_of_v< exception, Error >, int > = 0> | |
| exception (const Error &error) | |
| 模板构造函数 | |
| virtual | ~exception ()=default |
| 虚析构函数 | |
| virtual const char * | what () const noexcept |
| 获取错误信息 | |
序列化异常
在文件 serialize_exception.hpp 第 23 行定义.