public class ViewRenderingException extends FlowExecutionException
Constructor and Description |
---|
ViewRenderingException(java.lang.String flowId,
java.lang.String stateId,
View view,
java.lang.Throwable cause)
Create a new action execution exception.
|
getFlowId, getStateId
public ViewRenderingException(java.lang.String flowId, java.lang.String stateId, View view, java.lang.Throwable cause)
flowId
- the current flowstateId
- the current state (may be null)view
- the view that generated an unrecoverable exceptioncause
- the underlying cause