public class FlowInputMappingException extends FlowAttributeMappingException
Constructor and Description |
---|
FlowInputMappingException(String flowId,
MappingResults results)
Creates a new flow input mapping exception.
|
FlowInputMappingException(String flowId,
String stateId,
MappingResults results)
Creates a new flow input mapping exception.
|
getMappingResults
getFlowId, getStateId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FlowInputMappingException(String flowId, MappingResults results)
flowId
- the id of the flow where input mapping failedresults
- the mapping errors with errorspublic FlowInputMappingException(String flowId, 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