org.springframework.webflow.engine
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
public class ViewRenderingException
- extends FlowExecutionException
Thrown if a IO exception was thrown during view rendering.
- Author:
- Keith Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ViewRenderingException
public ViewRenderingException(String flowId,
String stateId,
View view,
Throwable cause)
- 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