Uses of Class
org.camunda.bpm.engine.delegate.BpmnError
Package
Description
-
Uses of BpmnError in org.camunda.bpm.engine.impl.bpmn.behavior
Modifier and TypeMethodDescriptionprotected BpmnError
ScriptTaskActivityBehavior.checkIfCauseOfExceptionIsBpmnError
(Throwable e) Searches recursively through the exception to see if the exception itself or one of its causes is aBpmnError
. -
Uses of BpmnError in org.camunda.bpm.engine.impl.bpmn.helper
Modifier and TypeMethodDescriptionprotected static BpmnError
BpmnExceptionHandler.checkIfCauseOfExceptionIsBpmnError
(Throwable e) Searches recursively through the exception to see if the exception itself or one of its causes is aBpmnError
.Modifier and TypeMethodDescriptionstatic void
BpmnExceptionHandler.propagateBpmnError
(BpmnError error, ActivityExecution execution)