
public static class JSONBuffer.JSONException extends RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| private static long | serialVersionUIDSerial version | 
| Constructor and Description | 
|---|
| JSONBuffer.JSONException()Constructor. | 
| JSONBuffer.JSONException(String message)Constructor. | 
| JSONBuffer.JSONException(String message,
                        Throwable cause)Constructor. | 
| JSONBuffer.JSONException(Throwable cause)Constructor. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public JSONBuffer.JSONException()
public JSONBuffer.JSONException(String message, Throwable cause)
message - Error messagecause - Causepublic JSONBuffer.JSONException(String message)
message - Error messagepublic JSONBuffer.JSONException(Throwable cause)
cause - Cause