Interface IFormI18nException
- All Superinterfaces:
de.xima.cmn.i18n.ILocalizedMessageProvider, 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.cmn.i18n.ILocalizedMessageProvider
getLocalizedMessageMethods inherited from interface IXfcException
getDefaultErrorCode, getDefaultMessageKey, getErrorCode, getExceptionData, 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.
-