Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » json » [javadoc | source]
org.apache.struts2.json
public class: JSONException [javadoc | source]
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
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public JSONException(String message) 
 public JSONException(Throwable cause) 
 public JSONException(String message,
    Throwable cause) 
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait