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