public class JSONException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
cause |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
JSONException(java.lang.String message)
Constructs a JSONException with an explanatory message.
|
JSONException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
private static final long serialVersionUID
private java.lang.Throwable cause