made a broad catch even broader

Former-commit-id: 99a762ea3306523bba77139fff6605902b2ed760
This commit is contained in:
Jeremy Long
2014-03-01 06:39:20 -05:00
parent aff85cbfb8
commit 461f6ad2c1

View File

@@ -127,7 +127,7 @@ public class App {
} catch (IOException ex) {
Logger.getLogger(App.class.getName()).log(Level.SEVERE, "There was an IO error while attempting to generate the report.");
Logger.getLogger(App.class.getName()).log(Level.FINE, null, ex);
} catch (Exception ex) {
} catch (Throwable ex) {
Logger.getLogger(App.class.getName()).log(Level.SEVERE, "There was an error while attempting to generate the report.");
Logger.getLogger(App.class.getName()).log(Level.FINE, null, ex);
}