From 141ad8f4f04b11142ac7a5f7acc392704cb445dc Mon Sep 17 00:00:00 2001 From: tosmers Date: Sun, 15 Feb 2015 17:04:06 +0000 Subject: [PATCH] [UPDATE] In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java die FormProcessException in der Zeile 723 umgebaut (Exception einfach weitergereicht). git-svn-id: https://svn.libreccm.org/ccm/trunk@3192 8810af33-2d31-482b-a856-94f89814c4df --- .../arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java b/ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java index 936a9bb83..68580c5b9 100755 --- a/ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java +++ b/ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java @@ -720,7 +720,7 @@ public class BrowseFileInfoPropertiesPane extends ModalContainer implements DMCo } catch (java.io.IOException ex) { ex.printStackTrace(); - throw new FormProcessException(ex.getMessage()); + throw new FormProcessException(ex); } // Annotate transaction description