|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.qq.connect.utils.json.JSONException
public class JSONException
The JSONException is thrown by the JSON.org classes then things are amiss.
| 构造方法摘要 | |
|---|---|
JSONException(java.lang.String message)
Constructs a JSONException with an explanatory message. |
|
JSONException(java.lang.Throwable t)
|
|
| 方法摘要 | |
|---|---|
java.lang.Throwable |
getCause()
|
| 从类 java.lang.Throwable 继承的方法 |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public JSONException(java.lang.String message)
message - Detail about the reason for the exception.public JSONException(java.lang.Throwable t)
| 方法详细信息 |
|---|
public java.lang.Throwable getCause()
java.lang.Throwable 中的 getCause
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||