flexjson
Class JSONException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by flexjson.JSONException
All Implemented Interfaces:
java.io.Serializable

public class JSONException
extends java.lang.RuntimeException

This is a general purpose exception throw whenever JSONSerializer encounters an error. All exceptions coming from the JSONSerializer will be of this type. It can be used to wrap other types of exceptions that happen during that process.

See Also:
Serialized Form

Constructor Summary
JSONException(java.lang.String message)
           
JSONException(java.lang.String message, java.lang.Throwable cause)
           
JSONException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONException

public JSONException(java.lang.String message)

JSONException

public JSONException(java.lang.String message,
                     java.lang.Throwable cause)

JSONException

public JSONException(java.lang.Throwable cause)