Package net.sourceforge.pmd
Class Report.ConfigurationError
- java.lang.Object
-
- net.sourceforge.pmd.Report.ConfigurationError
-
- Direct Known Subclasses:
Report.ConfigurationError
- Enclosing class:
- Report
public static class Report.ConfigurationError extends Object
Represents a configuration error.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationError(Rule theRule, String theIssue)Creates a new configuration error for a specific rule.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringissue()Gets the reason for the configuration error.Rulerule()Gets the wrongly configured rule
-