Interface IErrorReporter

  • All Known Implementing Classes:
    DefaultErrorReporter

    public interface IErrorReporter
    Reporter receiving errors encountered during decoding.
    • Field Detail

      • IGNORE

        static final IErrorReporter IGNORE
        A default error reporter that ignores errors.
    • Method Detail

      • exceptionOccurred

        void exceptionOccurred​(java.lang.Exception e)
        Method called when a decoding error occurs.
        Parameters:
        e - The exception occurred during decoding.