CS 112 In-Class Assignment
Exceptions

Time to get your hands dirty, and play a litle with exceptions.
First, create the following Exception class:
Next, create a class MyScanner, with the following methods:
Finally, create a main program that:
If you have time, extend your main as follows: