Package net.sourceforge.pmd.reporting
Class Report.ProcessingError
java.lang.Object
net.sourceforge.pmd.reporting.Report.ProcessingError
- Enclosing class:
Report
Represents a recovered error that occurred during analysis.
This might be a parse error or an unexpected error originating from a rule. Such errors are called recoverable, because PMD can just skip the problematic file, continue the analysis with the other files and still create a report. However, due to these errors, the report might be incomplete.
Some report formats, such as XMLRenderer, include these
errors for further investigation.
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingError(Throwable error, FileId file) Creates a new processing error. -
Method Summary
-
Constructor Details
-
ProcessingError
Creates a new processing error.- Parameters:
error- the errorfile- the file during which the error occurred
-
-
Method Details
-
getMsg
-
getDetail
-
getFileId
-
getError
-