Changeset 775 for trunk/quest-plugin-mfc/src/main/java/de/ugoe
- Timestamp:
- 09/06/12 09:27:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/EventGenerator.java
r766 r775 1091 1091 catch (JDOMException e) { 1092 1092 Console.printerrln("Invalid rules file."); 1093 // TODO handle Exception 1093 1094 e.printStackTrace(); 1095 return; 1094 1096 } 1095 1097 catch (IOException e) { 1096 1098 Console.printerrln("Invalid rules file."); 1099 // TODO handle Exception 1097 1100 e.printStackTrace(); 1101 return; 1098 1102 } 1099 1103
Note: See TracChangeset
for help on using the changeset viewer.