Package jadex.bpmn.runtime.handler
Class EventEndErrorActivityHandler
- java.lang.Object
 - 
- jadex.bpmn.runtime.handler.DefaultActivityHandler
 - 
- jadex.bpmn.runtime.handler.EventEndErrorActivityHandler
 
 
 
- 
- All Implemented Interfaces:
 IActivityHandler
public class EventEndErrorActivityHandler extends DefaultActivityHandler
On error end propagate an exception. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventEndErrorActivityHandler.EventEndErrorExceptionRuntime exception representing explicit process failure. 
- 
Field Summary
- 
Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
DEBUG 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EventEndErrorActivityHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread)Execute the activity.- 
Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
cancel, execute, getBpmnFeature 
 - 
 
 - 
 
- 
- 
Method Detail
- 
doExecute
protected void doExecute(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread)Execute the activity.- Overrides:
 doExecutein classDefaultActivityHandler- Parameters:
 activity- The activity to execute.instance- The process instance.thread- The process thread.
 
 - 
 
 -