The error message clearly describes the remedy: put the offending code in a try/catch block or modify the method signature to indicate that the exception may be thrown. You can learn about these...