java.lang.Object
io.github.astrapi69.design.pattern.observer.exception.ExceptionEvent

public class ExceptionEvent extends Object
The class ExceptionEvent represents an event that encapsulates a Throwable object It acts as an observable event that can be passed to listeners interested in handling exceptions
  • Constructor Details

    • ExceptionEvent

      public ExceptionEvent()