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
Thrown when no flow model was found during a lookup operation by a flow locator.
- Author:
- Keith Donald, Erwin Vervaet, Scott Andrews
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchFlowModelException
(String flowModelId) Creates an exception indicating a flow model could not be found. -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the flow model that could not be found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchFlowModelException
Creates an exception indicating a flow model could not be found.- Parameters:
flowModelId
- the flow model id
-
-
Method Details
-
getFlowModelId
Returns the id of the flow model that could not be found.
-