Interface IXfcException
- All Superinterfaces:
de.xima.cmn.i18n.ILocalizedMessageProvider
- All Known Subinterfaces:
IFormI18nException
- All Known Implementing Classes:
AbstractAbruptCompletionException, AbstractSuccessAbruptCompletionException, AbstractXfcException, AbstractXfcRuntimeException, AjaxUploadException, FCPluginException, FileFormatException, IsNotAssignableException, JSONRequesterException, NodeReturnedException, NodeSoftErrorException, NodeThrewException, NodeTransferredControlException, PatternNotFoundException, PropertyException, TransformationException, ValidationException, WorkflowAnalysisException, WorkflowEventRunnerException, WorkflowProcessingException, WorkflowTaskExecutionException, WorkflowValidationException, XfcExportException, XfcUpdateException
public interface IXfcException
extends de.xima.cmn.i18n.ILocalizedMessageProvider
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface de.xima.cmn.i18n.ILocalizedMessageProvider
getLocalizedMessage
-
Method Details
-
getMessageKey
String getMessageKey() -
getErrorCode
String getErrorCode() -
getExceptionData
XfcExceptionData getExceptionData() -
getDefaultMessageKey
String getDefaultMessageKey() -
getDefaultErrorCode
String getDefaultErrorCode() -
getMessageParams
Serializable[] getMessageParams()
-