public static class Exceptions.SourceException extends RuntimeException
Throwable
that wraps the actual cause
delivered via
Subscriber.onError(Throwable)
in case of
Publisher
s that themselves emit items of type
Publisher
. This wrapper is used to distinguish
error
s delivered by the upstream sequence from the ones that happen via
the inner sequence processing chain.Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable