Exceptions and Advanced File I/O I

  1. Contents
  2. Exceptions
  3. Why Exceptions?
  4. Exception Classes
  5. Handling Exceptions
  6. Polymorphic References to Exceptions
  7. Handling Multiple Exceptions
  8. The finally Clause
  9. The Stack Trace
  10. Uncaught Exceptions
  11. Checked and Unchecked Exceptions
  12. Throwing Exceptions

Exceptions

Why Exceptions?

Exception Classes

Handling Exceptions

Polymorphic References to Exceptions

Handling Multiple Exceptions

The finally Clause

The Stack Trace

Uncaught Exceptions

Checked and Unchecked Exceptions

Throwing Exceptions