Class UnknownFunctionFlowException

All Implemented Interfaces:
Serializable

public class UnknownFunctionFlowException extends FlowException
Since:
10.3
See Also:
  • Constructor Details

    • UnknownFunctionFlowException

      public UnknownFunctionFlowException(String functionFlowName)
      Constructs the exception with the name of the function flow that could not be found.
      Parameters:
      functionFlowName - the name of the function flow that could not be found.