org.springframework.webflow.engine
Class FlowInputMappingException
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
org.springframework.webflow.engine.FlowInputMappingException
- All Implemented Interfaces:
- Serializable
public class FlowInputMappingException
- extends FlowAttributeMappingException
Thrown when flow input mapping fails.
- Author:
- Keith Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FlowInputMappingException
public FlowInputMappingException(String flowId,
MappingResults results)
- Creates a new flow input mapping exception.
- Parameters:
flowId
- the id of the flow where input mapping failedresults
- the mapping errors with errors
FlowInputMappingException
public FlowInputMappingException(String flowId,
String stateId,
MappingResults results)
- Creates a new flow input mapping exception.
- Parameters:
flowId
- the id of the flow where input mapping failedstateId
- the state where input mapping failedresults
- the mapping errors with errors