Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.behavior |
Modifier and Type | Method and Description |
---|---|
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 . |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
ExternalTaskActivityBehavior.propagateBpmnError(BpmnError error,
ActivityExecution execution)
Overrides the propagateBpmnError method to made it public.
|
protected void |
AbstractBpmnActivityBehavior.propagateBpmnError(BpmnError error,
ActivityExecution execution) |
Copyright © 2017. All rights reserved.