public interface NewAnalysisError
Sensor.
 Multiple analysis errors might be reported for the same file and issues may be created for a file which also has analysis errors reported. 
 The handling of such situations is unspecified and might vary depending on the implementation.| Modifier and Type | Method and Description | 
|---|---|
| NewAnalysisError | at(TextPointer location)Location of this error. | 
| NewAnalysisError | message(String message)Message about the error. | 
| NewAnalysisError | onFile(InputFile inputFile)The file that was being processed when the error occurred. | 
| void | save()Save this error information. | 
NewAnalysisError onFile(InputFile inputFile)
NewAnalysisError message(String message)
NewAnalysisError at(TextPointer location)
void save()
Copyright © 2009–2016 SonarSource. All rights reserved.