org.json
クラス JSONException

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

public class JSONException
extends Exception

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

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

コンストラクタの概要
JSONException(String message)
          Constructs a JSONException with an explanatory message.
JSONException(Throwable t)
           
 
メソッドの概要
 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
 

コンストラクタの詳細

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 (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.