Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.behavior |
Modifier and Type | Method and Description |
---|---|
protected BpmnError |
AbstractBpmnActivityBehavior.checkIfCauseOfExceptionIsBpmnError(Throwable e)
Searches recursively through the exception to see if the exception itself
or one of its causes is a
BpmnError . |
protected BpmnError |
ScriptTaskActivityBehavior.checkIfCauseOfExceptionIsBpmnError(Throwable e)
Searches recursively through the exception to see if the exception itself
or one of its causes is a
BpmnError . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBpmnActivityBehavior.propagateBpmnError(BpmnError error,
ActivityExecution execution) |
void |
ExternalTaskActivityBehavior.propagateBpmnError(BpmnError error,
ActivityExecution execution)
Overrides the propagateBpmnError method to made it public.
|
Copyright © 2020. All rights reserved.