| Class | Description |
|---|---|
| Exceptions |
| Exception | Description |
|---|---|
| CompositeException |
Exception that is a composite of 1 or more other exceptions.
|
| OnErrorFailedException |
Used for re-throwing errors thrown from
Observer.onError(Throwable). |
| OnErrorNotImplementedException |
Used for re-throwing
Observer.onError(Throwable) when an implementation doesn't exist. |
| OnErrorThrowable | |
| OnErrorThrowable.OnNextValue |