org.camunda.bpm.engine.impl.bpmn.behavior
Class AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
- All Implemented Interfaces:
- TreeVisitor<PvmScope>
- Enclosing class:
- AbstractBpmnActivityBehavior
public class AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
- extends Object
- implements TreeVisitor<PvmScope>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception
protected Exception exception
errorCode
protected String errorCode
errorHandlerActivity
protected PvmActivity errorHandlerActivity
errorEventDefinition
protected ErrorEventDefinition errorEventDefinition
currentActivity
protected PvmActivity currentActivity
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
public AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder(Exception exception,
String errorCode,
PvmActivity currentActivity)
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()
Copyright © 2017 camunda services GmbH. All rights reserved.