com.alibaba.fastjson
Class JSONException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alibaba.fastjson.JSONException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ASMException

public class JSONException
extends RuntimeException

Author:
wenshao
See Also:
Serialized Form

Constructor Summary
JSONException()
           
JSONException(String message)
           
JSONException(String message, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONException

public JSONException()

JSONException

public JSONException(String message)

JSONException

public JSONException(String message,
                     Throwable cause)


Copyright © 2012 Alibaba Group. All Rights Reserved.