Index: /trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElementFactory.java
===================================================================
--- /trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElementFactory.java	(revision 595)
+++ /trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElementFactory.java	(revision 596)
@@ -24,5 +24,6 @@
      * @return
      */
-    public abstract IGUIElement instantiateGUIElement(IGUIElementSpec specification);
+    public IGUIElement instantiateGUIElement(IGUIElementSpec specification)
+        throws GUIModelConfigurationException;
     
 }
