org.springframework.webflow.engine
Class FlowOutputMappingException
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.FlowOutputMappingException
- All Implemented Interfaces:
- Serializable
public class FlowOutputMappingException
- extends FlowAttributeMappingException
Thrown when flow output 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 |
FlowOutputMappingException
public FlowOutputMappingException(String flowId,
MappingResults results)
- Creates a new flow output mapping exception.
- Parameters:
flowId
- the id of the flow where output mapping failedresults
- the mapping errors with errors
FlowOutputMappingException
public FlowOutputMappingException(String flowId,
String stateId,
MappingResults results)
- Creates a new flow output mapping exception.
- Parameters:
flowId
- the id of the flow where output mapping failedstateId
- the id of the state where output mapping failedresults
- the mapping errors with errors