Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reference
Classes
The class serves as the base class for all exceptions thrown to report a domain error. |
|
The class serves as the base class for all exceptions thrown to report an invalid argument. |
|
The class serves as the base class for all exceptions thrown to report an attempt to generate an object too long to be specified. |
|
The class serves as the base class for all exceptions thrown to report errors presumably detectable before the program executes, such as violations of logical preconditions. |
|
The class serves as the base class for all exceptions thrown to report an argument that is out of its valid range. |
|
The class serves as the base class for all exceptions thrown to report an arithmetic overflow. |
|
The class serves as the base class for all exceptions thrown to report a range error. |
|
The class serves as the base class for all exceptions thrown to report errors presumably detectable only when the program executes. |
|
The class serves as the base class for all exceptions thrown to report an arithmetic underflow. |