Package at.jku.ssw.fp.sect10_6
-
Class Summary Class Description Demo1_OnError Demo showing error handling.Demo2_Timeouts Demo showing timeouts.Demo3_OnErrorNotImplementedException Demo showing an exception due to an unhandledObserver.onError(Throwable)
event.Demo4_OnErrorReturn Demo showing error handling withObservable.onErrorReturn(io.reactivex.functions.Function<? super java.lang.Throwable, ? extends T>)
.Demo5_OnErrorResumeNext Demo6_Retry Demo showing error handling withObservable.retry()
.