Class UnknownFlowException

All Implemented Interfaces:
Serializable

public class UnknownFlowException extends FlowException
This exception is used to indicate that no flow definition could be found for a specified name.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownFlowException

      public UnknownFlowException(String flowName)
      Constructs the exception with the name of the flow for which no definition could be found.
      Parameters:
      flowName - the name of the flow for which no definition could be found.
  • Method Details

    • getFlowName

      public String getFlowName()
      This method returns the name of the flow for which no definition could be found.
      Returns:
      the name of the flow for which no definition could be found.