04/30/00; revised 09/13/00, 07/06/02, 06/07/03
Java exceptions provide a powerful mechanism for writing robust, user-friendly code. This chapter continues the discussion started in the last chapter.
catch
parameter.throws
clause.throw
statement.Exception
class.