Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Tue Oct 2 2001 11:34 am |
Author: Lee, Peter <petel@cmu.edu> |
Subject: Re: How does exception handling work? |
|
|
I'll try to spend some lecture time on Thursday on this topic of exceptions.
For now, you can click on External Links and follow the link to the Java API documentation. In the upper-left pane, click on the java.lang package, and then below that you will find a list of links to all of the predefined exceptions and errors. The exceptions can all be caught by exception handlers. It is also possible to define your own.
More about this in class on Thursday... |
|