For my final in Java we have a \"exceptions\" part on the test with try, catch, and finally calls. When I try to put the example code into Eclipse I get errors in the catch
Oh, guess I could answer my own question here. Didn't know I had to import the IOException from java.io!