FileDocCategorySizeDatePackage
JSONException.javaAPI DocAndroid 1.5 API405Wed May 06 22:41:04 BST 2009org.json

JSONException

public class JSONException extends Exception
The JSONException is thrown by the JSON.org classes then things are amiss.
author
JSON.org
version
2

Fields Summary
Constructors Summary
public JSONException(String message)
Constructs a JSONException with an explanatory message.

param
message Detail about the reason for the exception.

        super(message);
    
Methods Summary