Class JSONException
An exception that can be thrown when an interaction with a JSON data
structure fails.
Constructors
Constructor Detail
JSONException
public JSONException()
Constructs a new JSONException.
JSONException
public
JSONException(
String message)
Constructs a new JSONException with the specified message.
Parameters
- message
-
JSONException
Constructs a new JSONException with the specified message and cause.
Parameters
- message
-
- cause
-
JSONException
Constructs a new JSONException with the specified cause.
Parameters
- cause
-