Package de.xima.fc.exceptions
Interface IXfcException
-
- 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- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefaultErrorCode()StringgetDefaultMessageKey()StringgetErrorCode()XfcExceptionDatagetExceptionData()StringgetLocalizedMessage(Locale locale)StringgetMessageKey()Serializable[]getMessageParams()
-
-
-
Method Detail
-
getMessageKey
String getMessageKey()
-
getErrorCode
String getErrorCode()
-
getExceptionData
XfcExceptionData getExceptionData()
-
getDefaultMessageKey
String getDefaultMessageKey()
-
getDefaultErrorCode
String getDefaultErrorCode()
-
getMessageParams
Serializable[] getMessageParams()
-
-