Class NoOpExecutionErrorHandler

  • All Implemented Interfaces:
    org.kie.internal.runtime.error.ExecutionErrorHandler

    public class NoOpExecutionErrorHandler
    extends Object
    implements org.kie.internal.runtime.error.ExecutionErrorHandler
    • Constructor Detail

      • NoOpExecutionErrorHandler

        public NoOpExecutionErrorHandler()
    • Method Detail

      • processing

        public void processing​(org.kie.api.runtime.process.NodeInstance nodeInstance)
        Specified by:
        processing in interface org.kie.internal.runtime.error.ExecutionErrorHandler
      • processing

        public void processing​(org.kie.api.task.model.Task task)
        Specified by:
        processing in interface org.kie.internal.runtime.error.ExecutionErrorHandler
      • processed

        public void processed​(org.kie.api.runtime.process.NodeInstance nodeInstance)
        Specified by:
        processed in interface org.kie.internal.runtime.error.ExecutionErrorHandler
      • processed

        public void processed​(org.kie.api.task.model.Task task)
        Specified by:
        processed in interface org.kie.internal.runtime.error.ExecutionErrorHandler
      • handle

        public void handle​(Throwable cause)
        Specified by:
        handle in interface org.kie.internal.runtime.error.ExecutionErrorHandler