public class JSONParseException extends RuntimeException
{ "x" : 3, "y" : 4, some invalid json.... } ^
Constructor and Description |
---|
JSONParseException(String s,
int pos) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JSONParseException(String s, int pos)
public String getMessage()
getMessage
in class Throwable