Class JsonMLError

java.lang.Object
com.google.javascript.jscomp.jsonml.JsonMLError

public class JsonMLError extends Object
Class used to represent errors which correspond to JsonML elements.
  • Field Details

    • description

      public final String description
      Description of the error
    • sourceName

      public final String sourceName
      Name of the source
    • element

      public final JsonML element
      Node where the warning occurred.
    • lineNumber

      public final int lineNumber
      Line number of the source
    • level

      public final ErrorLevel level
      Level
  • Method Details