public static class Exceptions.SourceException
extends java.lang.RuntimeException
Throwable that wraps the actual cause delivered via
Subscriber.onError(Throwable) in case of
Publishers that themselves emit items of type
Publisher. This wrapper is used to distinguish
errors delivered by the upstream sequence from the ones that happen via
the inner sequence processing chain.| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |