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
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.