Closedown

This commit is contained in:
boccioli_m
2015-06-16 11:48:25 +02:00
parent e95ab1c0e5
commit 60346813c7

View File

@@ -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();