Class ExceptionEvent
java.lang.Object
io.github.astrapi69.design.pattern.observer.exception.ExceptionEvent
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ExceptionEvent
public ExceptionEvent()
-