Class ErrorEventImpl

All Implemented Interfaces:
Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.process.ErrorEvent, org.kie.api.event.process.ProcessEvent, org.kie.api.event.process.ProcessNodeEvent

public class ErrorEventImpl extends AbstractProcessNodeEvent implements org.kie.api.event.process.ErrorEvent
See Also:
  • Constructor Details

    • ErrorEventImpl

      public ErrorEventImpl(org.kie.api.runtime.process.ProcessInstance instance, org.kie.api.runtime.KieRuntime kruntime, org.kie.api.runtime.process.NodeInstance nodeInstance, Exception exception)
  • Method Details

    • getException

      public Exception getException()
      Specified by:
      getException in interface org.kie.api.event.process.ErrorEvent
    • toString

      public String toString()
      Overrides:
      toString in class EventObject