public abstract class AbstractIgnoreExceptionReadListener<T> extends java.lang.Object implements ReadListener<T>
| 构造器和说明 |
|---|
AbstractIgnoreExceptionReadListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext(AnalysisContext context)
Verify that there is another piece of data.You can stop the read by returning false
|
void |
onException(java.lang.Exception exception,
AnalysisContext context)
All listeners receive this method when any one Listener does an error report.
|
doAfterAllAnalysed, invoke, invokeHeadpublic void onException(java.lang.Exception exception,
AnalysisContext context)
onException 在接口中 ReadListener<T>exception - Exceptioncontext - AnalysisContextpublic boolean hasNext(AnalysisContext context)
ReadListenerhasNext 在接口中 ReadListener<T>context - AnalysisContext