Interface ErrorEvent

All Superinterfaces:
KieRuntimeEvent, ProcessEvent, ProcessNodeEvent

public interface ErrorEvent extends ProcessNodeEvent
An event when a error is thrown
  • Method Details

    • getException

      Exception getException()
      Error associated to the event
      Returns:
      exception