Package org.beanio

Interface BeanReaderErrorHandler

  • All Known Implementing Classes:
    BeanReaderErrorHandlerSupport

    public interface BeanReaderErrorHandler
    A callback interface for handling exceptions thrown by a BeanReader. When set on a BeanReader, the BeanReader will delegate all exception handling to this class. When an error handler is not set on a reader, the BeanReader's read() will simply throw the exception.
    Since:
    1.0
    See Also:
    BeanReader