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:
Serializable

public class JSONException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
JSONException()
           
JSONException(String message)
           
JSONException(String message, Throwable cause)
           
JSONException(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()

JSONException

public JSONException(String message)

JSONException

public JSONException(String message,
                     Throwable cause)

JSONException

public JSONException(Throwable cause)


Copyright © 2014. All Rights Reserved.