English | Site Directory

Android - An Open Handset Alliance Project

org.json
public class

org.json.JSONException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
org.json.JSONException

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

Summary

Public Constructors

            JSONException(String message)
Constructs a JSONException with an explanatory message.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public JSONException(String message)

Constructs a JSONException with an explanatory message.

Parameters

message Detail about the reason for the exception.
Build 111085-111085 - 25 Sep 2008 14:22