org.springframework.webflow.definition.registry
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
public class FlowDefinitionConstructionException
- extends FlowException
Thrown when a flow definition was found during a lookup operation but could not be constructed.
- 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 |
FlowDefinitionConstructionException
public FlowDefinitionConstructionException(String flowDefinitionId,
Throwable cause)
- Creates an exception indicating a flow definition could not be constructed.
- Parameters:
flowDefinitionId
- the flow definition identifiercause
- the underlying cause of the exception
getFlowDefinitionId
public String getFlowDefinitionId()
- Returns the id of the flow definition that could not be constructed.
- Returns:
- the flow id