org.json.me
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.json.me.JSONException
public class JSONException
- extends java.lang.Exception
The JSONException is thrown by the JSON.org classes then things are amiss.
- Version:
- 2
- Author:
- JSON.org
Constructor Summary |
JSONException(java.lang.String message)
Constructs a JSONException with an explanatory message. |
JSONException(java.lang.Throwable t)
|
Method Summary |
java.lang.Throwable |
getCause()
|
Methods inherited from class java.lang.Throwable |
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JSONException
public JSONException(java.lang.String message)
- Constructs a JSONException with an explanatory message.
- Parameters:
message
- Detail about the reason for the exception.
JSONException
public JSONException(java.lang.Throwable t)
getCause
public java.lang.Throwable getCause()