Package org.apache.struts2.json
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts2.json.JSONException
- All Implemented Interfaces:
- Serializable
Wrap exceptions throwed by the JSON serializer
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionJSONException(String message) JSONException(String message, Throwable cause) JSONException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JSONException
- 
JSONException
- 
JSONException
 
-