Changeset 739 for trunk/quest-core-events/src/main/java/de
- Timestamp:
- 09/03/12 09:05:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/GUIElementFactory.java
r724 r739 196 196 if (guiElement == null ) { 197 197 Console.traceln(Level.WARNING, "no class representing GUI elements of type " + 198 specification.getType() + " found. Please extend sGUI element " +198 specification.getType() + " found. Please extend GUI element " + 199 199 "mapping files."); 200 200 throw new GUIModelConfigurationException 201 201 ("no class representing GUI elements of type " + specification.getType() + 202 " found. Please extend sGUI element mapping files");202 " found. Please extend GUI element mapping files"); 203 203 } 204 204
Note: See TracChangeset
for help on using the changeset viewer.