public class ParseException extends RuntimeException
| Constructor and Description |
|---|
ParseException(String s,
int position,
String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Path in json where occur error.
|
int |
getPosition()
Position in json where occur error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getPosition()
public String getPath()
Copyright © 2018. All rights reserved.