public class JsonParserException
extends java.lang.Exception
JsonParser encounters malformed JSON.| Modifier and Type | Method and Description |
|---|---|
int |
getCharOffset()
Gets the 0-based character offset of the error from the beginning of the string.
|
int |
getCharPosition()
Gets the 1-based character position of the error.
|
int |
getLinePosition()
Gets the 1-based line position of the error.
|
public int getLinePosition()
public int getCharPosition()
public int getCharOffset()