Class FlowAttributeMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.execution.FlowExecutionException
org.springframework.webflow.engine.FlowAttributeMappingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FlowInputMappingException
,FlowOutputMappingException
Base class for attribute mapping failures.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
ConstructorDescriptionFlowAttributeMappingException
(String flowId, String stateId, MappingResults results, String message) Creates a new attrbute mapping exception -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlowAttributeMappingException
public FlowAttributeMappingException(String flowId, String stateId, MappingResults results, String message) Creates a new attrbute mapping exception- Parameters:
flowId
- the flow idstateId
- the state idresults
- the mapping results with errorsmessage
- the messge
-
-
Method Details
-
getMappingResults
Returns the maping results containing errors that triggred this exception.- Returns:
- the results
-