public class FlowAttributeMappingException extends FlowExecutionException
Constructor and Description |
---|
FlowAttributeMappingException(java.lang.String flowId,
java.lang.String stateId,
MappingResults results,
java.lang.String message)
Creates a new attrbute mapping exception
|
Modifier and Type | Method and Description |
---|---|
MappingResults |
getMappingResults()
Returns the maping results containing errors that triggred this exception.
|
getFlowId, getStateId
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 messgepublic MappingResults getMappingResults()