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
Thrown when no flow definition was found during a lookup operation by a flow locator.
- Author:
- Keith Donald, Erwin Vervaet
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchFlowDefinitionException
(String flowDefinitionId) Creates an exception indicating a flow definition could not be found. -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the flow definition 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
-
NoSuchFlowDefinitionException
Creates an exception indicating a flow definition could not be found.- Parameters:
flowDefinitionId
- the flow definition id
-
-
Method Details
-
getFlowDefinitionId
Returns the id of the flow definition that could not be found.
-