Package jadex.bpmn.runtime.handler
Class EventIntermediateErrorActivityHandler
java.lang.Object
jadex.bpmn.runtime.handler.DefaultActivityHandler
jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler
- All Implemented Interfaces:
IActivityHandler
On error end propagate an exception.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Runtime exception representing explicit process failure. -
Field Summary
Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
DEBUG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(MActivity activity, jadex.core.IComponent instance, ProcessThread thread) Execute the activity.Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
cancel, execute, getBpmnFeature
-
Constructor Details
-
EventIntermediateErrorActivityHandler
public EventIntermediateErrorActivityHandler()
-
-
Method Details
-
doExecute
Execute the activity.- Overrides:
doExecute
in classDefaultActivityHandler
- Parameters:
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.
-