org.json.JSONException Class Reference

List of all members.

Public Member Functions

 JSONException (String message)
 JSONException (Throwable t)
Throwable getCause ()

Detailed Description

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

Author:
JSON.org
Version:
2008-09-18

Constructor & Destructor Documentation

org.json.JSONException.JSONException ( String  message  ) 

Constructs a JSONException with an explanatory message.

Parameters:
message Detail about the reason for the exception.
org.json.JSONException.JSONException ( Throwable  t  ) 

Member Function Documentation

Throwable org.json.JSONException.getCause (  )