made a broad catch even broader

Former-commit-id: aefe84c760d9146e76ce950bdb83fd15b6772813
This commit is contained in:
Jeremy Long
2014-03-01 06:39:20 -05:00
parent f9b09e5b61
commit 845825c0bf

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);
}