Package de.xima.fc.exceptions
Class DuplicateFormElementAliasException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.DuplicateFormElementAliasException
- All Implemented Interfaces:
Serializable
Exception thrown when a multiple form elements have got the same alias, such as when persisting a form version.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateFormElementAliasException
-
DuplicateFormElementAliasException
-
DuplicateFormElementAliasException
-
-
Method Details
-
getAliasToNameMap
- Returns:
- All duplicate aliases, mapped to the names of the form elements with that alias.
-