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
master
tosmers 2015-02-15 17:04:06 +00:00
parent 9541039b09
commit 141ad8f4f0
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ public class BrowseFileInfoPropertiesPane extends ModalContainer implements DMCo
} catch (java.io.IOException ex) { } catch (java.io.IOException ex) {
ex.printStackTrace(); ex.printStackTrace();
throw new FormProcessException(ex.getMessage()); throw new FormProcessException(ex);
} }
// Annotate transaction description // Annotate transaction description