Class AbstractAbruptCompletionException

All Implemented Interfaces:
IXfcException, IBaseCompletionResult, Serializable
Direct Known Subclasses:
NodeReturnedException, NodeThrewException

public abstract class AbstractAbruptCompletionException extends WorkflowProcessingException implements IBaseCompletionResult
Indicates that execution of a workflow node ended abruptly.

An abrupt completion always has an associated reason, which is one of the following:

  • A return statement
  • A throw statement, including exceptions thrown by the workflow runtime engine

Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also: