Class FlowException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FlowBuilderException, FlowDefinitionConstructionException, FlowExecutionException, FlowExecutionRepositoryException, FlowModelBuilderException, NoSuchFlowDefinitionException, NoSuchFlowModelException

public abstract class FlowException extends RuntimeException
Root class for exceptions thrown by the Spring Web Flow system. All other exceptions within the system should be assignable to this class.
Author:
Keith Donald, Erwin Vervaet
See Also:
  • Constructor Details

    • FlowException

      public FlowException(String msg, Throwable cause)
      Creates a new flow exception.
      Parameters:
      msg - the message
      cause - the cause
    • FlowException

      public FlowException(String msg)
      Creates a new flow exception.
      Parameters:
      msg - the message