From 60346813c73bdf69a57e02a08720191acc0c1243 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 16 Jun 2015 11:48:25 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 8b25247..b943a76 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -349,17 +349,17 @@ public class TestingList extends Panel { try { state = eval("state"); } catch (ApplicationStateException ex) { - Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); + SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString()); } catch (ScriptException ex) { - Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); + SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString()); } catch (IOException ex) { - Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); + SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString()); } catch (Controller.ControllerStateException ex) { - Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); + SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString()); } catch (InterruptedException ex) { - Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); + SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString()); } catch (TaskRunningException ex) { - Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); + SwingUtils.showMessage(this, "jButtonRunActionPerformed()", ex.toString()); } if(state.toString().equals("Ready")){ setButtonToStart();