Class DefaultErrorReporter

  • All Implemented Interfaces:
    IErrorReporter

    public class DefaultErrorReporter
    extends java.lang.Object
    implements IErrorReporter
    Reporter receiving errors encountered during decoding and throws them.
    • Field Detail

      • DEFAULT_ERROR_REPORTER

        public static final IErrorReporter DEFAULT_ERROR_REPORTER
        Error reporter constant.
    • Constructor Detail

      • DefaultErrorReporter

        public DefaultErrorReporter()
    • Method Detail

      • exceptionOccurred

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