Class NoSuchFlowDefinitionException

All Implemented Interfaces:
Serializable

public class NoSuchFlowDefinitionException extends FlowException
Thrown when no flow definition was found during a lookup operation by a flow locator.
Author:
Keith Donald, Erwin Vervaet
See Also:
  • Constructor Details

    • NoSuchFlowDefinitionException

      public NoSuchFlowDefinitionException(String flowDefinitionId)
      Creates an exception indicating a flow definition could not be found.
      Parameters:
      flowDefinitionId - the flow definition id
  • Method Details

    • getFlowDefinitionId

      public String getFlowDefinitionId()
      Returns the id of the flow definition that could not be found.