In this module, you learned about exceptions. You had a chance to explore the keywords:
- catch
- throw
- throws
- finally
This module discussed Java's Exception classes, checked and unchecked exceptions, and how to catch and throw exceptions in your own programs.