Its not just a missing try, the catch statement is outside any context to be meaningful. If you throw an exception (unchecked), you must either catch it or define the method that contains the throw...