AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 静态 Private 属性 | 所有成员列表
com.google.gson.stream.MalformedJsonException类 参考
类 com.google.gson.stream.MalformedJsonException 继承关系图:

Public 成员函数

 MalformedJsonException (String msg)
 
 MalformedJsonException (String msg, Throwable throwable)
 
 MalformedJsonException (Throwable throwable)
 

静态 Private 属性

static final long serialVersionUID = 1L
 

详细描述

Thrown when a reader encounters malformed JSON. Some syntax errors can be ignored by calling JsonReader#setLenient(boolean).

构造及析构函数说明

com.google.gson.stream.MalformedJsonException.MalformedJsonException ( String  msg)
inline
com.google.gson.stream.MalformedJsonException.MalformedJsonException ( String  msg,
Throwable  throwable 
)
inline
com.google.gson.stream.MalformedJsonException.MalformedJsonException ( Throwable  throwable)
inline

类成员变量说明

final long com.google.gson.stream.MalformedJsonException.serialVersionUID = 1L
staticprivate

该类的文档由以下文件生成: