Class ErrorDeclarationForProcessInstanceFinder
java.lang.Object
org.operaton.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
- All Implemented Interfaces:
TreeVisitor<PvmScope>
public class ErrorDeclarationForProcessInstanceFinder
extends Object
implements TreeVisitor<PvmScope>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PvmActivityprotected Stringprotected ErrorEventDefinitionprotected PvmActivityprotected Exception -
Constructor Summary
ConstructorsConstructorDescriptionErrorDeclarationForProcessInstanceFinder(Exception exception, String errorCode, PvmActivity currentActivity) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisReThrowingErrorEventSubprocess(PvmActivity activityHandler) voidInvoked 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:TreeVisitorInvoked for a node in tree.- Specified by:
visitin interfaceTreeVisitor<PvmScope>- Parameters:
scope- a reference to the node
-
isReThrowingErrorEventSubprocess
-
getErrorHandlerActivity
-
getErrorEventDefinition
-