Interface AnalysisError


  • public interface AnalysisError
    Represents an analysis error, such as a parsing error, reported by a Sensor.
    Since:
    6.0
    • Method Detail

      • inputFile

        InputFile inputFile()
        The file that was being processed when the error occurred.
      • message

        @CheckForNull
        java.lang.String message()
        A description of the error.
      • location

        @CheckForNull
        TextPointer location()
        Location of the error.