public class

JSONException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gwt.json.client.JSONException

Class Overview

An exception that can be thrown when an interaction with a JSON data structure fails.

Summary

Public Constructors
JSONException()
Constructs 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.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JSONException ()

Constructs a new JSONException.

public JSONException (String message)

Constructs a new JSONException with the specified message.

public JSONException (String message, Throwable cause)

Constructs a new JSONException with the specified message and cause.

public JSONException (Throwable cause)

Constructs a new JSONException with the specified cause.