Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56