public class JsonParseException extends JsonException
Constructor and Description |
---|
JsonParseException(int line,
int column) |
JsonParseException(String msg,
int line,
int column) |
JsonParseException(String msg,
Throwable cause,
int line,
int column) |
JsonParseException(Throwable cause,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
static String |
formatMessage(String msg,
int line,
int column) |
int |
getColumn()
Column number where the parse exception occurred.
|
int |
getLine()
Line number where the parse exception occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Licenced under the Apache License, Version 2.0