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.behaviorMethods in org.camunda.bpm.engine.impl.bpmn.behavior that return BpmnErrorModifier and TypeMethodDescriptionprotected BpmnErrorScriptTaskActivityBehavior.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.helperMethods in org.camunda.bpm.engine.impl.bpmn.helper that return BpmnErrorModifier and TypeMethodDescriptionprotected static BpmnErrorBpmnExceptionHandler.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 voidBpmnExceptionHandler.propagateBpmnError(BpmnError error, ActivityExecution execution)