|
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.FlowAttributeMappingException
org.springframework.webflow.engine.FlowInputMappingException
public class FlowInputMappingException
Thrown when flow input mapping fails.
| Constructor Summary | |
|---|---|
FlowInputMappingException(java.lang.String flowId,
MappingResults results)
Creates a new flow input mapping exception. |
|
FlowInputMappingException(java.lang.String flowId,
java.lang.String stateId,
MappingResults results)
Creates a new flow input mapping exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.webflow.engine.FlowAttributeMappingException |
|---|
getMappingResults |
| 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 FlowInputMappingException(java.lang.String flowId,
MappingResults results)
flowId - the id of the flow where input mapping failedresults - the mapping errors with errors
public FlowInputMappingException(java.lang.String flowId,
java.lang.String stateId,
MappingResults results)
flowId - the id of the flow where input mapping failedstateId - the state where input mapping failedresults - the mapping errors with errors
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||