Class RxJavaErrorHandler

    • Constructor Detail

      • RxJavaErrorHandler

        public RxJavaErrorHandler()
    • Method Detail

      • handleError

        public void handleError(Throwable e)
        Receives all Exceptions from an Observable passed to Observer.onError(Throwable).

        This should never throw an Exception. Make sure to try/catch(Throwable) all code inside this method implementation.

        Parameters:
        e - the Exception