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

Public 成员函数

 JsonIOException (String msg)
 
 JsonIOException (String msg, Throwable cause)
 
 JsonIOException (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 was unable to read an input stream or write to one.

作者
Inderjeet Singh
Joel Leitch

构造及析构函数说明

com.google.gson.JsonIOException.JsonIOException ( String  msg)
inline
com.google.gson.JsonIOException.JsonIOException ( String  msg,
Throwable  cause 
)
inline
com.google.gson.JsonIOException.JsonIOException ( Throwable  cause)
inline

Creates exception with the specified cause. Consider using JsonIOException(String, Throwable) instead if you can describe what happened.

参数
causeroot exception that caused this exception to be thrown.

类成员变量说明

final long com.google.gson.JsonIOException.serialVersionUID = 1L
staticprivate

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