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
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 Summary
Constructors Constructor Description DuplicateFormElementAliasException(String message, Throwable cause, Map<String,List<String>> aliasToNameMap)DuplicateFormElementAliasException(String message, Map<String,List<String>> aliasToNameMap)DuplicateFormElementAliasException(Throwable cause, Map<String,List<String>> aliasToNameMap) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>getAliasToNameMap()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DuplicateFormElementAliasException
public DuplicateFormElementAliasException(String message, Throwable cause, Map<String,List<String>> aliasToNameMap)
 
- 
DuplicateFormElementAliasException
public DuplicateFormElementAliasException(String message, Map<String,List<String>> aliasToNameMap)
 
 - 
 
 -