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. 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
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.
The ListOfNumbers example uses deprecated methods. See 1.1 Changes: ListOfNumbers Example
The JDK 1.1 required some minor changes to the Throwable class because of internationalization. See 1.1 Changes: Throwable Class