Interface IExceptionCallback<EXTYPE extends Throwable>

    • Method Detail

      • onException

        void onException​(@Nonnull
                         EXTYPE ex)
        Called when an exception of the specified type occurred. You may not re-throw the exception from in here!
        Parameters:
        ex - The exception. Never null.