restructuring producer startpage
[mir.git] / source / mircoders / module / ModuleFeature.java
index 3b6023a..5f42664 100755 (executable)
@@ -36,8 +36,13 @@ public class ModuleFeature extends AbstractModule
 
                }
 
-               public SimpleList getSchwerpunktAsSimpleList() {
-                       return ((DatabaseFeature)theStorage).getPopupData();
+               public SimpleList getSchwerpunktAsSimpleList()
+      throws ModuleException {
+      try {
+                         return ((DatabaseFeature)theStorage).getPopupData();
+      } catch (StorageObjectException e) {
+        throw new ModuleException(e.toString());
+      }
                }
 }