Class ExecutionErrorHandlerImpl
- java.lang.Object
-
- org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl
-
- All Implemented Interfaces:
org.kie.internal.runtime.error.ExecutionErrorHandler
public class ExecutionErrorHandlerImpl extends Object implements org.kie.internal.runtime.error.ExecutionErrorHandler
-
-
Constructor Summary
Constructors Constructor Description ExecutionErrorHandlerImpl(List<org.kie.internal.runtime.error.ExecutionErrorFilter> filters, org.kie.internal.runtime.error.ExecutionErrorStorage storage, List<org.kie.internal.runtime.error.ExecutionErrorListener> listeners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(Throwable cause)voidprocessed(org.kie.api.runtime.process.NodeInstance nodeInstance)voidprocessed(org.kie.api.task.model.Task task)voidprocessing(org.kie.api.runtime.process.NodeInstance nodeInstance)voidprocessing(org.kie.api.task.model.Task task)
-
-
-
Method Detail
-
processing
public void processing(org.kie.api.runtime.process.NodeInstance nodeInstance)
- Specified by:
processingin interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
processing
public void processing(org.kie.api.task.model.Task task)
- Specified by:
processingin interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
processed
public void processed(org.kie.api.runtime.process.NodeInstance nodeInstance)
- Specified by:
processedin interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
processed
public void processed(org.kie.api.task.model.Task task)
- Specified by:
processedin interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
handle
public void handle(Throwable cause)
- Specified by:
handlein interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
-