public class FlowAttributeMappingException extends FlowExecutionException
| Constructor and Description |
|---|
FlowAttributeMappingException(String flowId,
String stateId,
MappingResults results,
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, getStateIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FlowAttributeMappingException(String flowId, String stateId, MappingResults results, String message)
flowId - the flow idstateId - the state idresults - the mapping results with errorsmessage - the messgepublic MappingResults getMappingResults()