Package com.qulice.pmd
Class PmdError.OfProcessingError
java.lang.Object
com.qulice.pmd.PmdError.OfProcessingError
- All Implemented Interfaces:
PmdError
- Enclosing interface:
- PmdError
PmdError backed by a ProcessingError.
- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.qulice.pmd.PmdError
PmdError.OfConfigError, PmdError.OfProcessingError, PmdError.OfRuleViolation
-
Constructor Summary
ConstructorsConstructorDescriptionOfProcessingError
(net.sourceforge.pmd.Report.ProcessingError error) Creates a new PmdError, representing given ProcessingError. -
Method Summary
-
Constructor Details
-
OfProcessingError
public OfProcessingError(net.sourceforge.pmd.Report.ProcessingError error) Creates a new PmdError, representing given ProcessingError.- Parameters:
error
- Internal ProcessingError.
-
-
Method Details
-
name
Description copied from interface:PmdError
Returns error name which is short, fixed, human-readable category of the error. -
fileName
Description copied from interface:PmdError
Returns file name which caused this error. May return sentinel value if file information is not available. -
lines
Description copied from interface:PmdError
Returns formatted line range which cause this error. May return sentinel value if line information is not available. -
description
Description copied from interface:PmdError
Returns error description.- Specified by:
description
in interfacePmdError
- Returns:
- Description.
-