接口 ExceptionListener

所有已知实现类:
PositionProviderExample

public interface ExceptionListener
A listener callback interface for listening to Exceptions in DataReaders.
作者:
Johan Riisberg-Jensen
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Invoked by SentenceReader when error has occured while reading the data source.
  • 方法详细资料

    • onException

      void onException(Exception e)
      Invoked by SentenceReader when error has occured while reading the data source.
      参数:
      e - Exception that was thrown while reading data.