public class FlowInputMappingException extends FlowAttributeMappingException
Constructor and Description |
---|
FlowInputMappingException(java.lang.String flowId,
MappingResults results)
Creates a new flow input mapping exception.
|
FlowInputMappingException(java.lang.String flowId,
java.lang.String stateId,
MappingResults results)
Creates a new flow input mapping exception.
|
getMappingResults
getFlowId, getStateId
public FlowInputMappingException(java.lang.String flowId, MappingResults results)
flowId
- the id of the flow where input mapping failedresults
- the mapping errors with errorspublic FlowInputMappingException(java.lang.String flowId, java.lang.String stateId, MappingResults results)
flowId
- the id of the flow where input mapping failedstateId
- the state where input mapping failedresults
- the mapping errors with errors