public interface IgnoreExceptionReadListener<T> extends ReadListener<T>
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ReadListener<T>exception - context - ExceptionCopyright © 2018–2022 Alibaba Group. All rights reserved.