net.sf.json
Class JSONException

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

public class JSONException
extends java.lang.RuntimeException

The JSONException is thrown by the JSON.org classes then things are amiss.

Version:
3
Author:
JSON.org
See Also:
Serialized Form

Constructor Summary
JSONException()
           
JSONException(java.lang.String msg)
           
JSONException(java.lang.String msg, 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()

JSONException

public JSONException(java.lang.String msg)

JSONException

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

JSONException

public JSONException(java.lang.Throwable cause)


Copyright © 2006 null. All Rights Reserved.