Introduction
It is an exception classes and this header defines a set of standard exceptions that both the library and programs can use to report common errors.
Classes
Sr.No. | Logic error & description |
---|---|
1 |
It is a logic error exception. |
2 |
It is a domain error exception. |
3 |
It is an invalid argument exception. |
4 |
It is a length error exception. |
5 |
It is an out-of-range exception. |
Convenience interfaces
Sr.No. | Interface & description |
---|---|
1 |
It is a runtime error exception. |
2 |
It is a range error exception. |
3 |
It is an overflow error exception. |
4 |
It is an underflow error exception. |