org.springframework.webflow.engine.model.registry
Class NoSuchFlowModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
- All Implemented Interfaces:
- Serializable
public class NoSuchFlowModelException
- extends FlowException
Thrown when no flow model was found during a lookup operation by a flow locator.
- Author:
- Keith Donald, Erwin Vervaet, Scott Andrews
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchFlowModelException
public NoSuchFlowModelException(String flowModelId)
- Creates an exception indicating a flow model could not be found.
- Parameters:
flowModelId
- the flow model id
getFlowModelId
public String getFlowModelId()
- Returns the id of the flow model that could not be found.