public class FlowOutputMappingException extends FlowAttributeMappingException
| Constructor and Description |
|---|
FlowOutputMappingException(String flowId,
MappingResults results)
Creates a new flow output mapping exception.
|
FlowOutputMappingException(String flowId,
String stateId,
MappingResults results)
Creates a new flow output mapping exception.
|
getMappingResultsgetFlowId, getStateIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FlowOutputMappingException(String flowId, MappingResults results)
flowId - the id of the flow where output mapping failedresults - the mapping errors with errorspublic FlowOutputMappingException(String flowId, String stateId, MappingResults results)
flowId - the id of the flow where output mapping failedstateId - the id of the state where output mapping failedresults - the mapping errors with errors