public class ViewRenderingException extends FlowExecutionException
| Constructor and Description |
|---|
ViewRenderingException(String flowId,
String stateId,
View view,
Throwable cause)
Create a new action execution exception.
|
getFlowId, getStateIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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