Class ErrorEvent

    • Constructor Detail

      • ErrorEvent

        public ErrorEvent​(Throwable throwable,
                          Object source)
        Creates a new instance of ErrorEvent
        Parameters:
        throwable - The Error or Exception which occurred.
        source - The object which threw the Error or Exception
    • Method Detail

      • getThrowable

        public Throwable getThrowable()
        Gets the Error or Exception which occurred.
        Returns:
        The Error or Exception which occurred.