public class JSONParseException extends RuntimeException
{ "x" : 3, "y" : 4, some invalid json.... }
^
| 构造器和说明 |
|---|
JSONParseException(String s,
int pos) |
JSONParseException(String s,
int pos,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMessage() |
Copyright © 2015. All Rights Reserved.