public class ViewRenderingException extends FlowExecutionException
Constructor and Description |
---|
ViewRenderingException(String flowId,
String stateId,
View view,
Throwable cause)
Create a new action execution exception.
|
getFlowId, getStateId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ViewRenderingException(String flowId, String stateId, View view, Throwable cause)
flowId
- the current flowstateId
- the current state (may be null)view
- the view that generated an unrecoverable exceptioncause
- the underlying cause