public class ProcessErrorPropagator extends Object implements ErrorPropagator
| Constructor and Description |
|---|
ProcessErrorPropagator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
mapException(Exception e,
org.flowable.common.engine.api.variable.VariableContainer execution,
List<org.flowable.bpmn.model.MapExceptionEntry> exceptionMap) |
void |
propagateError(org.flowable.common.engine.api.variable.VariableContainer execution,
String code) |
public void propagateError(org.flowable.common.engine.api.variable.VariableContainer execution,
String code)
propagateError in interface ErrorPropagatorpublic boolean mapException(Exception e, org.flowable.common.engine.api.variable.VariableContainer execution, List<org.flowable.bpmn.model.MapExceptionEntry> exceptionMap)
mapException in interface ErrorPropagatorCopyright © 2019 Flowable. All rights reserved.