public class JsonParseException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
JsonParseException(java.lang.String message,
int offset,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
int |
getOffset() |