Exceptions and Exception Handling in Java

Slides

Code examples

  1. Children sharing apples
  2. Small example

Home reading

  1. Exceptions, in Java Tutorial
  2. Correctness and robustness, by David Eck (Suggested reading and exercises)
  3. Handling errors using exceptions, by Dick Baldwin
  4. Throwable in Java documentation

Practice

Write a method that throws certain checked exception (use throw-statement and throws-clause) and main method that handles this exception (use try/catch statement).


Jaanus Pöial, 2006