Class 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:
    Serialized Form
    • Constructor Detail

      • DuplicateFormElementAliasException

        public DuplicateFormElementAliasException​(String message,
                                                  Map<String,​List<String>> aliasToNameMap)
      • DuplicateFormElementAliasException

        public DuplicateFormElementAliasException​(Throwable cause,
                                                  Map<String,​List<String>> aliasToNameMap)
    • Method Detail

      • getAliasToNameMap

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