Package net.sourceforge.pmd.reporting
Class Report.ConfigurationError
java.lang.Object
net.sourceforge.pmd.reporting.Report.ConfigurationError
- Enclosing class:
Report
Represents a configuration error for a specific rule.
This might be a missing rule property or rule property with pointless values.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationError(Rule theRule, String theIssue) Creates a new configuration error for a specific rule. -
Method Summary
-
Constructor Details
-
ConfigurationError
Creates a new configuration error for a specific rule.- Parameters:
theRule- the rule which is configured wronglytheIssue- the reason, why the configuration is wrong
-
-
Method Details
-
rule
Gets the wrongly configured rule.- Returns:
- the wrongly configured rule
-
issue
Gets the reason for the configuration error.- Returns:
- the issue
-