public interface AnalysisError
Sensor.| Modifier and Type | Method and Description | 
|---|---|
| InputFile | inputFile()The file that was being processed when the error occurred. | 
| TextPointer | location()Location of the error. | 
| String | message()A description of the error. | 
@CheckForNull String message()
@CheckForNull TextPointer location()
Copyright © 2009–2016 SonarSource. All rights reserved.