Package de.xima.fc.exceptions
Class WorkflowTaskExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AbstractXfcException
de.xima.fc.exceptions.WorkflowProcessingException
de.xima.fc.exceptions.WorkflowTaskExecutionException
- All Implemented Interfaces:
IXfcException
,Serializable
Exception thrown by the task runner when a task could not be executed. Please note that this exception should node be
used by the execute method of individual
WorkflowNode
s.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowTaskExecutionException
(ITaskExecutionErrorResult result, String message) WorkflowTaskExecutionException
(ITaskExecutionErrorResult result, String message, Throwable cause) WorkflowTaskExecutionException
(ITaskExecutionErrorResult result, Throwable cause) -
Method Summary
Methods inherited from class de.xima.fc.exceptions.WorkflowProcessingException
getDefaultErrorCode, getDefaultMessageKey
Methods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParams
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowTaskExecutionException
-
WorkflowTaskExecutionException
public WorkflowTaskExecutionException(ITaskExecutionErrorResult result, String message, Throwable cause) -
WorkflowTaskExecutionException
-
-
Method Details
-
getExecutionResult
- Returns:
- The form record that was passed in to the task runner. May be a different instance when the form record was updated in the database.
-