Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.behavior | |
org.camunda.bpm.engine.impl.bpmn.helper |
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 . |
Modifier and Type | Method and Description |
---|---|
protected static BpmnError |
BpmnExceptionHandler.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 |
---|---|
static void |
BpmnExceptionHandler.propagateBpmnError(BpmnError error,
ActivityExecution execution) |
Copyright © 2022. All rights reserved.