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