org.springframework.webflow.core
Class FlowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FlowException
public FlowException(String msg,
Throwable cause)
- Creates a new flow exception.
- Parameters:
msg
- the messagecause
- the cause
FlowException
public FlowException(String msg)
- Creates a new flow exception.
- Parameters:
msg
- the message