Uses of Class
org.jbpm.bpmn2.handler.AbstractExceptionHandlingTaskHandler
-
Packages that use AbstractExceptionHandlingTaskHandler Package Description org.jbpm.bpmn2.handler -
-
Uses of AbstractExceptionHandlingTaskHandler in org.jbpm.bpmn2.handler
Subclasses of AbstractExceptionHandlingTaskHandler in org.jbpm.bpmn2.handler Modifier and Type Class Description classLoggingTaskHandlerDecoratorThis class is aWorkItemHandlerimplementation that is meant to wrap otherWorkItemHandlerimplementations.classSignallingTaskHandlerDecoratorThis class will wrap aWorkItemHandlerinstance so that an event (signal, error or other) can be sent to the process instance if and when the wrappedWorkItemHandlerinstance throws an exception (during aWorkItemHandler.executeWorkItem(WorkItem, WorkItemManager)orWorkItemHandler.abortWorkItem(WorkItem, WorkItemManager)method.
-