public class JsonFormatException extends RuntimeException
Constructor and Description |
---|
JsonFormatException(String text,
int line,
int column,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorColumn() |
int |
getErrorLine() |
String |
getErrorToken() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2013 Oracle Corporation. All rights reserved.