qihoo.open.v1.json
类 JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
qihoo.open.v1.json.JSONException
- 所有已实现的接口:
- Serializable
public class JSONException
- extends Exception
The JSONException is thrown by the JSON.org classes then things are amiss.
- 版本:
- 2013-09-18
- 作者:
- QH
- 另请参见:
- 序列化表格
JSONException
public JSONException(String message)
- Constructs a JSONException with an explanatory message.
- 参数:
message
- Detail about the reason for the exception.
JSONException
public JSONException(Throwable t)
getCause
public Throwable getCause()
- 覆盖:
- 类
Throwable
中的 getCause
Copyright © 2013. All rights reserved.