|
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
public class FlowAttributeMappingException
Base class for attribute mapping failures.
| Constructor Summary | |
|---|---|
FlowAttributeMappingException(java.lang.String flowId,
java.lang.String stateId,
MappingResults results,
java.lang.String message)
Creates a new attrbute mapping exception |
|
| Method Summary | |
|---|---|
MappingResults |
getMappingResults()
Returns the maping results containing errors that triggred this exception. |
| 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 FlowAttributeMappingException(java.lang.String flowId,
java.lang.String stateId,
MappingResults results,
java.lang.String message)
flowId - the flow idstateId - the state idresults - the mapping results with errorsmessage - the messge| Method Detail |
|---|
public MappingResults getMappingResults()
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||