API Changes Affecting <em>Handling Errors Using Exceptions</em>
Previous | Next | JDK 1.1 Notes Trail Head | Handling Errors Using Exceptions


API Changes Affecting Handling Errors Using Exceptions

Handling Errors Using Exceptions
Although the basic mechanism for exception handling did not change for the JDK 1.1, many new exception and error classes were added to the release. Check the online API documentation(in the API reference documentation).
The ListOfNumbers Example
The ListOfNumbers example uses deprecated methods. See 1.1 Changes: ListOfNumbers Example
The Throwable Class and Its Subclasses
The JDK 1.1 required some minor changes to the Throwable class because of internationalization. See 1.1 Changes: Throwable Class


Previous | Next | JDK 1.1 Notes Trail Head | Handling Errors Using Exceptions