Class NoSuchFlowModelException

All Implemented Interfaces:
Serializable

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

    • NoSuchFlowModelException

      public NoSuchFlowModelException(String flowModelId)
      Creates an exception indicating a flow model could not be found.
      Parameters:
      flowModelId - the flow model id
  • Method Details

    • getFlowModelId

      public String getFlowModelId()
      Returns the id of the flow model that could not be found.