728x90
728x170
*[header][other] stdexcept
<stdexcept>
Exception classes
They are divided in two sets:
Classes
Logic errors
- logic_error
- Logic error exception (class )
- domain_error
- Domain error exception (class )
- invalid_argument
- Invalid argument exception (class )
- length_error
- Length error exception (class )
- out_of_range
- Out-of-range exception (class )
Runtime errors
- runtime_error
- Runtime error exception (class )
- range_error
- Range error exception (class )
- overflow_error
- Overflow error exception (class )
- underflow_error
- Underflow error exception (class )
내용 출처 : http://www.cplusplus.com/reference/stdexcept/
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
[header][other] typeindex (C++11) (0) | 2017.11.08 |
---|---|
[header][other] tuple (C++11) (0) | 2017.11.08 |
[header][other] system_error (C++11) (0) | 2017.11.08 |
[header][other] string (0) | 2017.11.08 |
[header][other] regex (C++11) (0) | 2017.11.08 |
[header][other] ratio (C++11) (0) | 2017.11.08 |
[header][other] random (C++11) (0) | 2017.11.08 |
[header][other] numeric (0) | 2017.11.08 |