Class FlowDefinitionConstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
- All Implemented Interfaces:
Serializable
Thrown when a flow definition was found during a lookup operation but could not be constructed.
- Author:
- Keith Donald, Erwin Vervaet
- See Also:
-
Constructor Summary
ConstructorDescriptionFlowDefinitionConstructionException
(String flowDefinitionId, Throwable cause) Creates an exception indicating a flow definition could not be constructed. -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the flow definition that could not be constructed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlowDefinitionConstructionException
Creates an exception indicating a flow definition could not be constructed.- Parameters:
flowDefinitionId
- the flow definition identifiercause
- the underlying cause of the exception
-
-
Method Details
-
getFlowDefinitionId
Returns the id of the flow definition that could not be constructed.- Returns:
- the flow id
-