Package de.xima.fc.exceptions
Interface IFormI18nException
- 
- All Superinterfaces:
 IXfcException
- All Known Implementing Classes:
 AjaxUploadException
public interface IFormI18nException extends IXfcException
Exception where theIXfcException.getMessageKey()points to a key in the form I18N messages.- Since:
 - 7.0.11
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormI18nKey()- 
Methods inherited from interface de.xima.fc.exceptions.IXfcException
getDefaultErrorCode, getDefaultMessageKey, getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParams 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getFormI18nKey
String getFormI18nKey()
- Returns:
 - The key to lookup in the form I18N messages. This should be used for messages facing the end-user.
 
 
 - 
 
 -