public class JsonParseException extends JsonException
TBD Dokumentation
Modifier and Type | Field and Description |
---|---|
private int |
_pos |
private static long |
serialVersionUID |
Constructor and Description |
---|
JsonParseException(java.lang.String expected,
JsonReader reader) |
JsonParseException(java.lang.String expected,
JsonReader reader,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getPos() |
private static final long serialVersionUID
private final int _pos
public JsonParseException(java.lang.String expected, JsonReader reader)
public JsonParseException(java.lang.String expected, JsonReader reader, java.lang.Throwable cause)