Package com.google.gwt.json.client
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.json.client.JSONException
- All Implemented Interfaces:
Serializable
An exception that can be thrown when an interaction with a JSON data
structure fails.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new JSONException.JSONException
(String message) Constructs a new JSONException with the specified message.JSONException
(String message, Throwable cause) Constructs a new JSONException with the specified message and cause.JSONException
(Throwable cause) Constructs a new JSONException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONException
public JSONException()Constructs a new JSONException. -
JSONException
Constructs a new JSONException with the specified message. -
JSONException
Constructs a new JSONException with the specified message and cause. -
JSONException
Constructs a new JSONException with the specified cause.
-