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 void
handle(Throwable cause)
void
processed(org.kie.api.runtime.process.NodeInstance nodeInstance)
void
processed(org.kie.api.task.model.Task task)
void
processing(org.kie.api.runtime.process.NodeInstance nodeInstance)
void
processing(org.kie.api.task.model.Task task)
-
-
-
Method Detail
-
processing
public void processing(org.kie.api.runtime.process.NodeInstance nodeInstance)
- Specified by:
processing
in interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
processing
public void processing(org.kie.api.task.model.Task task)
- Specified by:
processing
in interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
processed
public void processed(org.kie.api.runtime.process.NodeInstance nodeInstance)
- Specified by:
processed
in interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
processed
public void processed(org.kie.api.task.model.Task task)
- Specified by:
processed
in interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
handle
public void handle(Throwable cause)
- Specified by:
handle
in interfaceorg.kie.internal.runtime.error.ExecutionErrorHandler
-
-