Interface RuntimeExceptionEvent

    • Method Detail

      • getException

        RuntimeException getException()
        Return the runtime exception occurred in a listener's handling.
        Returns:
        the runtime exception occurred by a listener's handling
      • setException

        void setException​(RuntimeException runtimeException)
        Set the runtime exception occurred in a listener's handling.
        Parameters:
        runtimeException - the runtime exception occurred by a listener's handling