org.springframework.webflow.definition.registry
Class NoSuchFlowDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
- All Implemented Interfaces:
- Serializable
public class NoSuchFlowDefinitionException
- extends FlowException
Thrown when no flow definition was found during a lookup operation by a flow locator.
- 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 |
NoSuchFlowDefinitionException
public NoSuchFlowDefinitionException(String flowDefinitionId)
- Creates an exception indicating a flow definition could not be found.
- Parameters:
flowDefinitionId
- the flow definition id
getFlowDefinitionId
public String getFlowDefinitionId()
- Returns the id of the flow definition that could not be found.