Interface ConfigurationErrorReporter

All Known Implementing Classes:
HtmlConfigurationErrorReporter, JsonConfigurationErrorReporter, SystemErrConfigurationErrorReporter

public interface ConfigurationErrorReporter
Reports configuration validation errors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Report configuration validation errors.
  • Method Details

    • report

      void report(Set<ConfigurationError> errors) throws IOException
      Report configuration validation errors.
      Parameters:
      errors - The errors to report
      Throws:
      IOException - If the reporter fails to write the report