public class JSONException
extends java.lang.RuntimeException
Constructor and Description |
---|
JSONException(java.lang.String message)
Constructs a JSONException with an explanatory message.
|
JSONException(java.lang.String message,
java.lang.Throwable cause)
Constructs a JSONException with an explanatory message and cause.
|
JSONException(java.lang.Throwable cause)
Constructs a new JSONException with the specified cause.
|
public JSONException(java.lang.String message)
message
- Detail about the reason for the exception.public JSONException(java.lang.String message, java.lang.Throwable cause)
message
- Detail about the reason for the exception.cause
- The cause.public JSONException(java.lang.Throwable cause)
cause
- The cause.Copyright © 2007 Hyfinity Ltd. All Rights Reserved.