Class FlowNodeException

    • Constructor Detail

      • 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 Detail

      • 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.