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 Summary
Modifier and TypeFieldDescriptionprotected PvmActivity
protected String
protected ErrorEventDefinition
protected PvmActivity
protected Exception
-
Constructor Summary
ConstructorDescriptionErrorDeclarationForProcessInstanceFinder
(Exception exception, String errorCode, PvmActivity currentActivity) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isReThrowingErrorEventSubprocess
(PvmActivity activityHandler) void
Invoked for a node in tree.
-
Field Details
-
exception
-
errorCode
-
errorHandlerActivity
-
errorEventDefinition
-
currentActivity
-
-
Constructor Details
-
ErrorDeclarationForProcessInstanceFinder
public ErrorDeclarationForProcessInstanceFinder(Exception exception, String errorCode, PvmActivity currentActivity)
-
-
Method Details
-
visit
Description copied from interface:TreeVisitor
Invoked for a node in tree.- Specified by:
visit
in interfaceTreeVisitor<PvmScope>
- Parameters:
scope
- a reference to the node
-
isReThrowingErrorEventSubprocess
-
getErrorHandlerActivity
-
getErrorEventDefinition
-