[UPDATE]
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-94f89814c4dfmaster
parent
75388a0926
commit
7081e00e7c
|
|
@ -55,7 +55,7 @@ public class DecisionTreeParameterNameValidationListener
|
||||||
try {
|
try {
|
||||||
value = (String) obj;
|
value = (String) obj;
|
||||||
} catch (ClassCastException cce) {
|
} catch (ClassCastException cce) {
|
||||||
throw new FormProcessException (cce.getMessage());
|
throw new FormProcessException(cce);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < value.length(); i++) {
|
for (int i = 0; i < value.length(); i++) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue