public class JSONException
extends java.lang.RuntimeException
Constructor and Description |
---|
JSONException()
Constructs a new JSONException.
|
JSONException(java.lang.String message)
Constructs a new JSONException with the specified message.
|
JSONException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new JSONException with the specified message and cause.
|
JSONException(java.lang.Throwable cause)
Constructs a new JSONException with the specified cause.
|
public JSONException()
public JSONException(java.lang.String message)
public JSONException(java.lang.String message, java.lang.Throwable cause)
public JSONException(java.lang.Throwable cause)