|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
yt4droid.internal.org.json.JSONException
public class JSONException
The JSONException is thrown by the JSON.org classes when things are amiss.
| コンストラクタの概要 | |
|---|---|
JSONException(java.lang.String message)
Constructs a JSONException with an explanatory message. |
|
JSONException(java.lang.Throwable cause)
|
|
| メソッドの概要 | |
|---|---|
java.lang.Throwable |
getCause()
|
| クラス java.lang.Throwable から継承されたメソッド |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, 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 cause)
| メソッドの詳細 |
|---|
public java.lang.Throwable getCause()
java.lang.Throwable 内の getCause
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||