FlowAccessException |
This exception is used to indicate a flow could not be accessed.
|
FlowActionException |
This exception is used to indicate the processing of an action node failed due to an exception.
|
FlowConditionException |
This exception is used to indicate the processing of a condition node failed.
|
FlowExitEventException |
This exception type is used when no edge could be found in a node for a certain exit event.
|
FlowFunctionException |
This exception is used to indicate the processing of an action node failed due to an exception.
|
FlowNodeException |
This exception is used for errors that are specific to a flow.
|
InfiniteFlowException |
Exception used to indicate an infinite loop (recursion) was detected during the flow process.
|
InfiniteLoopException |
Exception thrown when an infinite loop is detected in a flow execution.
|
InfiniteRecursionException |
Exception thrown when an infinite recursion is detected in a flow execution.
|
InvalidExternalFlowException |
Exception thrown when an external flow is invalid.
|
InvalidFunctionFlowException |
|
RevertFlowException |
This exception is used to indicated a flow could not be reverted to a previous flow (state).
|
UnknownFlowException |
This exception is used to indicate that no flow definition could be found for a specified name.
|
UnknownFunctionFlowException |
|