public interface IgnoreExceptionReadListener<T> extends ReadListener<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
onException(Exception exception,
AnalysisContext context)
All listeners receive this method when any one Listener does an error report.
|
doAfterAllAnalysed, extra, hasNext, invoke, invokeHeaddefault void onException(Exception exception, AnalysisContext context) throws Exception
onException in interface ReadListener<T>exception - context - ExceptionCopyright © 2018–2024 Alibaba Group. All rights reserved.