Class JsonParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.independentsoft.json.parser.JsonParseException
All Implemented Interfaces:
Serializable

public class JsonParseException extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • JsonParseException

      public JsonParseException(String message, int offset, int line, int column)
  • Method Details

    • getOffset

      public int getOffset()
    • getLine

      public int getLine()
    • getColumn

      public int getColumn()