Exception
Objectives¶
- Use
try/catchblocks to handle exceptions. - Use methods that declare checked exceptions.
- Explain exception propagation.
- Define and throw exceptions.
Topics¶
- Introduction to Exceptions
- The Exception Class
- Checked Exceptions
- Labs - Handling Exceptions
- The
ThrowableHierarchy * - Throwing Your Own Exceptions *
Exceptions and Inheritance *finally- Labs *