Class FlowNodeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FlowActionException, FlowConditionException, FlowExitEventException, FlowFunctionException

public class FlowNodeException extends FlowException
This exception is used for errors that are specific to a flow.
Since:
7.0
Author:
O. Kerpershoek, F. van der Meer
See Also:
  • Constructor Details

    • FlowNodeException

      public FlowNodeException(String message, String flowId, Throwable cause)
      Constructs the exception with the required arguments.
      Parameters:
      message - The message containing an explanation of the error.
      flowId - The ID of the flow the error was detected in.
      cause - The cause of the error.
  • Method Details

    • getFlowName

      public String getFlowName()
      This method returns the name of the flow containing the condition node.
      Returns:
      The name of the flow containing the condition node.