In der Klasse ccm-cms-types-decisiontree/src/com/arsdigita/cms/contenttypes/ui/DecisionTreeParameterNameValidationListener.java die FormProcessException in der Zeile 58 umgebaut. (gefangene Exception weitergeleitet)

git-svn-id: https://svn.libreccm.org/ccm/trunk@3226 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-02-18 19:36:55 +00:00
parent 75388a0926
commit 7081e00e7c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class DecisionTreeParameterNameValidationListener
try {
value = (String) obj;
} catch (ClassCastException cce) {
throw new FormProcessException (cce.getMessage());
throw new FormProcessException(cce);
}
for (int i = 0; i < value.length(); i++) {