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