Interface ConfigurationErrorReporter
- All Known Implementing Classes:
HtmlConfigurationErrorReporter, JsonConfigurationErrorReporter, SystemErrConfigurationErrorReporter
public interface ConfigurationErrorReporter
Reports configuration validation errors.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreport(Set<ConfigurationError> errors) Report configuration validation errors.
-
Method Details
-
report
Report configuration validation errors.- Parameters:
errors- The errors to report- Throws:
IOException- If the reporter fails to write the report
-