public interface ErrorObserver
DataObserver and @DataTransformer can be observed by an error observer set via
SubscriptionBuilder.onError(ErrorObserver).| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Throwable th)
Called when an exception was thrown.
|