Class DuplicateFormElementAliasException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.DuplicateFormElementAliasException
All Implemented Interfaces:
Serializable

public class DuplicateFormElementAliasException extends Exception
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 Details

  • Method Details

    • getAliasToNameMap

      public Map<String,List<String>> getAliasToNameMap()
      Returns:
      All duplicate aliases, mapped to the names of the form elements with that alias.