Class FlowDefinitionConstructionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
All Implemented Interfaces:
Serializable

public class FlowDefinitionConstructionException extends FlowException
Thrown when a flow definition was found during a lookup operation but could not be constructed.
Author:
Keith Donald, Erwin Vervaet
See Also:
  • Constructor Details

    • FlowDefinitionConstructionException

      public FlowDefinitionConstructionException(String flowDefinitionId, Throwable cause)
      Creates an exception indicating a flow definition could not be constructed.
      Parameters:
      flowDefinitionId - the flow definition identifier
      cause - the underlying cause of the exception
  • Method Details

    • getFlowDefinitionId

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