error handling
authormh <mh>
Tue, 5 Feb 2002 21:05:52 +0000 (21:05 +0000)
committermh <mh>
Tue, 5 Feb 2002 21:05:52 +0000 (21:05 +0000)
source/mir/servlet/ServletModule.java

index 6e4998b..8631ddb 100755 (executable)
@@ -126,7 +126,7 @@ public abstract class ServletModule {
    * @param res Http-Response, die vom Dispatcher durchgereicht wird
    */
   public void insert(HttpServletRequest req, HttpServletResponse res)
-    throws ServletModuleException {
+    throws ServletModuleException, ServletModuleUserException {
     try {
       HashMap withValues = getIntersectingValues(req, mainModule.getStorageObject());
       String id = mainModule.add(withValues);