|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.Report.RuleConfigurationError
public static class Report.RuleConfigurationError
Represents a configuration error.
| Constructor Summary | |
|---|---|
Report.RuleConfigurationError(Rule theRule,
String theIssue)
Creates a new configuration error. |
|
| Method Summary | |
|---|---|
String |
issue()
Gets the reason for the configuration error. |
Rule |
rule()
Gets the wrongly configured rule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Report.RuleConfigurationError(Rule theRule,
String theIssue)
theRule - the rule which is configured wronglytheIssue - the reason, why the configuration is wrong| Method Detail |
|---|
public Rule rule()
public String issue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||