org.apache.struts2.json
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts2.json.JSONException
- All Implemented Interfaces:
- Serializable
public class JSONException
- extends Exception
Wrap exceptions throwed by the JSON serializer
- 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(String message)
JSONException
public JSONException(Throwable cause)
JSONException
public JSONException(String message,
Throwable cause)
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.