Class ViewRenderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.FlowExecutionException
org.springframework.webflow.engine.ViewRenderingException
- All Implemented Interfaces:
Serializable
Thrown if a IO exception was thrown during view rendering.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
ConstructorDescriptionViewRenderingException
(String flowId, String stateId, View view, Throwable cause) Create a new action execution exception. -
Method Summary
Methods inherited from class org.springframework.webflow.execution.FlowExecutionException
getFlowId, getStateId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewRenderingException
Create a new action execution exception.- Parameters:
flowId
- the current flowstateId
- the current state (may be null)view
- the view that generated an unrecoverable exceptioncause
- the underlying cause
-