Uses of Class
org.camunda.bpm.engine.delegate.BpmnError

Packages that use BpmnError
org.camunda.bpm.engine.impl.bpmn.behavior   
 

Uses of BpmnError in org.camunda.bpm.engine.impl.bpmn.behavior
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return BpmnError
protected  BpmnError AbstractBpmnActivityBehavior.checkIfCauseOfExceptionIsBpmnError(Throwable e)
          Searches recursively through the exception to see if the exception itself or one of its causes is a BpmnError.
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.
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type BpmnError
 void ExternalTaskActivityBehavior.propagateBpmnError(BpmnError error, ActivityExecution execution)
          Overrides the propagateBpmnError method to made it public.
protected  void AbstractBpmnActivityBehavior.propagateBpmnError(BpmnError error, ActivityExecution execution)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.