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.
|
getMappingResultsgetFlowId, getStateIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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