Lab 10: Exceptions
In this lab you will:
- Learn about the hierarchy of Throwable objects
- Learn about checked and unchecked exceptions
- Learn about file handling methods using the Scanner class
- Learn about using Exception classes
- Learn how to throw and catch exceptions
- Learn how to create your own Exception classes