std::runtime_error
来自cppreference.com
在头文件 <stdexcept> 中定义
|
||
class runtime_error; |
||
该类型的对象可以作为异常抛出,用于报告由程序控制范围之外的事件引发、并且难以预测的错误。
[编辑] 成员函数
构造异常对象 (公共成员函数) |
Inherited from std::exception
Member functions
[虚]</div></div>
|
析构该异常对象 ( std::exception 的公有虚成员函数)
|
[虚]</div></div>
|
返回一个说明字符串 ( std::exception 的公有虚成员函数)
|
</div>