Class ErrorDeclarationForProcessInstanceFinder

java.lang.Object
org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
All Implemented Interfaces:
TreeVisitor<PvmScope>

public class ErrorDeclarationForProcessInstanceFinder extends Object implements TreeVisitor<PvmScope>
  • Field Details

  • Constructor Details

    • ErrorDeclarationForProcessInstanceFinder

      public ErrorDeclarationForProcessInstanceFinder(Exception exception, String errorCode, PvmActivity currentActivity)
  • Method Details

    • visit

      public void visit(PvmScope scope)
      Description copied from interface: TreeVisitor
      Invoked for a node in tree.
      Specified by:
      visit in interface TreeVisitor<PvmScope>
      Parameters:
      scope - a reference to the node
    • isReThrowingErrorEventSubprocess

      protected boolean isReThrowingErrorEventSubprocess(PvmActivity activityHandler)
    • getErrorHandlerActivity

      public PvmActivity getErrorHandlerActivity()
    • getErrorEventDefinition

      public ErrorEventDefinition getErrorEventDefinition()