Interface SolaJsonParsingError

All Known Implementing Classes:
InvalidCharacterException, InvalidControlCharacterException, InvalidDecimalNumberException, InvalidExponentNumberException, InvalidKeywordException, InvalidLeadingZeroNumberException, InvalidNegativeNumberException, InvalidSyntaxException, InvalidUnicodeCharacterException, StringNotClosedException

public interface SolaJsonParsingError
SolaJsonParsingError contains general information about an error that happened while parsing JSON.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
  • Method Details

    • getLine

      int getLine()
      Returns:
      the line where the syntax error began
    • getColumn

      int getColumn()
      Returns:
      the column where the syntax error began