public abstract class AbstractIgnoreExceptionReadListener<T> extends Object implements ReadListener<T>
| 构造器和说明 |
|---|
AbstractIgnoreExceptionReadListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
extra(CellExtra extra,
AnalysisContext context)
The current method is called when extra information is returned
|
boolean |
hasNext(AnalysisContext context)
Verify that there is another piece of data.You can stop the read by returning false
|
void |
onException(Exception exception,
AnalysisContext context)
All listeners receive this method when any one Listener does an error report.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoAfterAllAnalysed, invoke, invokeHeadpublic void onException(Exception exception, AnalysisContext context)
onException 在接口中 ReadListener<T>exception - context - public void extra(CellExtra extra, AnalysisContext context)
extra 在接口中 ReadListener<T>extra - extra informationcontext - analysis contextpublic boolean hasNext(AnalysisContext context)
ReadListenerhasNext 在接口中 ReadListener<T>Copyright © 2018–2021 Alibaba Group. All rights reserved.