yt4droid.internal.org.json
クラス JSONException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 yt4droid.internal.org.json.JSONException
すべての実装されたインタフェース:
java.io.Serializable

public class JSONException
extends java.lang.Exception

The JSONException is thrown by the JSON.org classes when things are amiss.

バージョン:
2010-12-24
作成者:
JSON.org
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

JSONException

public JSONException(java.lang.String message)
Constructs a JSONException with an explanatory message.

パラメータ:
message - Detail about the reason for the exception.

JSONException

public JSONException(java.lang.Throwable cause)
メソッドの詳細

getCause

public java.lang.Throwable getCause()
オーバーライド:
クラス java.lang.Throwable 内の getCause