Public 成员函数 | |
| JsonSyntaxException (String msg) | |
| JsonSyntaxException (String msg, Throwable cause) | |
| JsonSyntaxException (Throwable cause) | |
Public 成员函数 继承自 com.google.gson.JsonParseException | |
| JsonParseException (String msg) | |
| JsonParseException (String msg, Throwable cause) | |
| JsonParseException (Throwable cause) | |
静态 Private 属性 | |
| static final long | serialVersionUID = 1L |
额外继承的成员函数 | |
静态包属性 继承自 com.google.gson.JsonParseException | |
| static final long | serialVersionUID = -4086729973971783390L |
This exception is raised when Gson attempts to read (or write) a malformed JSON element.
|
inline |
|
inline |
|
inline |
Creates exception with the specified cause. Consider using JsonSyntaxException(String, Throwable) instead if you can describe what actually happened.
| cause | root exception that caused this exception to be thrown. |
|
staticprivate |
1.8.8