接口 ExceptionListener
- 所有已知实现类:
PositionProviderExample
public interface ExceptionListener
A listener callback interface for listening to Exceptions in DataReaders.
- 作者:
- Johan Riisberg-Jensen
-
方法概要
-
方法详细资料
-
onException
Invoked bySentenceReaderwhen error has occured while reading the data source.- 参数:
e- Exception that was thrown while reading data.
-