devxlogo

February 17, 1999

Handling Checked Exceptions

There are three ways to deal with checked exceptions in Java. First, you can declare that the “callee” method throws them (using the “throws” keyword). You should do this when