public class NoOpExecutionErrorHandler extends Object implements org.kie.internal.runtime.error.ExecutionErrorHandler
Constructor and Description |
---|
NoOpExecutionErrorHandler() |
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 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–2020 JBoss by Red Hat. All rights reserved.