Class Report.ProcessingError

  • Enclosing class:
    Report

    public static class Report.ProcessingError
    extends Object
    Represents a processing error, such as a parse error.
    • Constructor Detail

      • ProcessingError

        public ProcessingError​(Throwable error,
                               String file)
        Creates a new processing error
        Parameters:
        error - the error
        file - the file during which the error occurred