Class JsonParser.ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.blankaspect.common.json.JsonParser.ParseException
All Implemented Interfaces:
Serializable
Enclosing class:
JsonParser

public static class JsonParser.ParseException extends Exception
This class implements an exception that is thrown if an error occurs when parsing JSON text.
See Also:
  • Method Details

    • getLineIndex

      public int getLineIndex()
      Returns the zero-based index of the line of the input text at which the exception occurred.
      Returns:
      the zero-based index of the line of the input text at which the exception occurred.
      See Also:
    • getColumnIndex

      public int getColumnIndex()
      Returns the zero-based index of the column of the input text at which the exception occurred.
      Returns:
      the zero-based index of the column of the input text at which the exception occurred.
      See Also: