public class ExecutionErrorHandlerImpl extends Object implements org.kie.internal.runtime.error.ExecutionErrorHandler
Constructor and Description |
---|
ExecutionErrorHandlerImpl(List<org.kie.internal.runtime.error.ExecutionErrorFilter> filters,
org.kie.internal.runtime.error.ExecutionErrorStorage storage) |
Modifier and Type | Method and 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) |
public ExecutionErrorHandlerImpl(List<org.kie.internal.runtime.error.ExecutionErrorFilter> filters, org.kie.internal.runtime.error.ExecutionErrorStorage storage)
public void processing(org.kie.api.runtime.process.NodeInstance nodeInstance)
processing
in interface org.kie.internal.runtime.error.ExecutionErrorHandler
public void processing(org.kie.api.task.model.Task task)
processing
in interface org.kie.internal.runtime.error.ExecutionErrorHandler
public void processed(org.kie.api.runtime.process.NodeInstance nodeInstance)
processed
in interface org.kie.internal.runtime.error.ExecutionErrorHandler
public void processed(org.kie.api.task.model.Task task)
processed
in interface org.kie.internal.runtime.error.ExecutionErrorHandler
public void handle(Throwable cause)
handle
in interface org.kie.internal.runtime.error.ExecutionErrorHandler
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.