public interface QDErrorHandler
| Modifier and Type | Field and Description |
|---|---|
static QDErrorHandler |
DEFAULT
Default error handler.
|
static QDErrorHandler |
THROW
Error handler that throws
RuntimeException on error. |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDataError(DataProvider provider,
Throwable t) |
void |
handleSubscriptionError(SubscriptionProvider provider,
Throwable t) |
static final QDErrorHandler DEFAULT
log, retrieves and ignores all the
data/subscription from the corresponding provider.static final QDErrorHandler THROW
RuntimeException on error.void handleDataError(DataProvider provider, Throwable t)
void handleSubscriptionError(SubscriptionProvider provider, Throwable t)
Copyright © 2002–2025 Devexperts LLC. All rights reserved.