com.devexperts.qd
Interface QDErrorHandler
public interface QDErrorHandler
Error handler interface for exceptions in data and subscription listeners.
DEFAULT
static final QDErrorHandler DEFAULT
- Default error handler. It dumps errors to the
log
, retrieves and ignores all the
data/subscription from the corresponding provider.
handleDataError
void handleDataError(DataProvider provider,
java.lang.Throwable t)
handleSubscriptionError
void handleSubscriptionError(SubscriptionProvider provider,
java.lang.Throwable t)