com.alibaba / easyexcel / 3.0.5 / docs / com / alibaba / excel / event / AbstractIgnoreExceptionReadListener.html
com.alibaba.excel.event

类 AbstractIgnoreExceptionReadListener<T>

  • java.lang.Object
    • com.alibaba.excel.event.AbstractIgnoreExceptionReadListener<T>
    • 构造器详细资料

      • AbstractIgnoreExceptionReadListener

        public AbstractIgnoreExceptionReadListener()
        已过时。 
    • 方法详细资料

      • onException

        public void onException(Exception exception,
                                AnalysisContext context)
        已过时。 
        All listeners receive this method when any one Listener does an error report. If an exception is thrown here, the entire read will terminate.
        指定者:
        onException 在接口中  ReadListener<T>
        参数:
        exception -
        context -
      • extra

        public void extra(CellExtra extra,
                          AnalysisContext context)
        已过时。 
        The current method is called when extra information is returned
        指定者:
        extra 在接口中  ReadListener<T>
        参数:
        extra - extra information
        context - analysis context
      • hasNext

        public boolean hasNext(AnalysisContext context)
        已过时。 
        从接口复制的说明: ReadListener
        Verify that there is another piece of data.You can stop the read by returning false
        指定者:
        hasNext 在接口中  ReadListener<T>
        返回:

Copyright © 2018–2021 Alibaba Group. All rights reserved.