xv.json
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xv.json.JSONException
- All Implemented Interfaces:
- Serializable
public class JSONException
- extends Exception
Raised when an error occurs while parsing.
- Author:
- xv
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JSONException
public JSONException()
JSONException
public JSONException(String message,
Throwable cause)
JSONException
public JSONException(String message)
JSONException
public JSONException(Throwable cause)
Copyright © 2008-2011. All Rights Reserved.