|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.FlowExecutionException
org.springframework.webflow.engine.ViewRenderingException
public class ViewRenderingException
Thrown if a IO exception was thrown during view rendering.
| Constructor Summary | |
|---|---|
ViewRenderingException(java.lang.String flowId,
java.lang.String stateId,
View view,
java.lang.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 |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||