Uses of Class
org.camunda.bpm.engine.delegate.BpmnError
Packages that use BpmnError
Package
Description
-
Uses of BpmnError in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return BpmnErrorModifier 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
Methods in org.camunda.bpm.engine.impl.bpmn.helper that return BpmnErrorModifier 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
.Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type BpmnErrorModifier and TypeMethodDescriptionstatic void
BpmnExceptionHandler.propagateBpmnError
(BpmnError error, ActivityExecution execution)