public static class Json.ParseException extends RuntimeException
Constructor and Description |
---|
ParseException(String message,
int offset,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getLine() |
int |
getOffset() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String message, int offset, int line, int column)
Copyright © 2019. All rights reserved.