Handling Errors Using Exceptions |
Handling Errors Using ExceptionsAlthough 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 ExampleThe ListOfNumbers example uses deprecated methods. See 1.1 Changes: ListOfNumbers ExampleThe Throwable Class and Its SubclassesThe JDK 1.1 required some minor changes to the Throwable class because of internationalization. See 1.1 Changes: Throwable Class
Handling Errors Using Exceptions |