std::overflow_error
来自cppreference.com
![]() |
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <stdexcept> 中定义
|
||
class overflow_error; |
||
定义一个类型的对象抛出异常。报告错误的产生是因为在一些计算的整数值不能代表,因为它有过大的正面价值。如果该值为浮点类型,
range_error
应该被使用原文:
Defines a type of object to be thrown as exception. It reports errors that arise because integer value in some computation could not be represented as it had too large positive value. If the value has floating point type,
range_error
should be used.[编辑] 成员函数
构造异常对象 (公共成员函数) |
继承自 std::exception
Member functions
[虚]</div></div>
|
析构该异常对象 ( std::exception 的公有虚成员函数)
|
[虚]</div></div>
|
返回一个说明字符串 ( std::exception 的公有虚成员函数)
|
</div>