org.springframework.webflow.engine
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
public class FlowAttributeMappingException
- extends FlowExecutionException
Base class for attribute mapping failures.
- 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 |
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
getMappingResults
public MappingResults getMappingResults()
- Returns the maping results containing errors that triggred this exception.
- Returns:
- the results