1. Examine what the code is doing. You don't want your getNumber() method to handle this exception, it's job is to try and read a number, and if it can't, raise an exception. If it's catching the...