public void run() { clearErrorListeners(); try { loadProgram(programName); } catch (ProgramException pe) { notifyErrorListeners(pe.getMessage()); } }