Uses of Interface
de.xima.fc.interfaces.workflow.params.IAbruptCompletionExceptionBuilder
-
Packages that use IAbruptCompletionExceptionBuilder Package Description de.xima.fc.interfaces.workflow.params -
-
Uses of IAbruptCompletionExceptionBuilder in de.xima.fc.interfaces.workflow.params
Subinterfaces of IAbruptCompletionExceptionBuilder in de.xima.fc.interfaces.workflow.params Modifier and Type Interface Description interface
INodeReturnedExceptionBuilder
Builder for the exception thrown by a node when it wishes to stop the current execution by issuing a return statement.interface
INodeThrewExceptionBuilder
Builder for the exception thrown by a node when it encounters an error upon execution.
-