qihoo.open.v1.json
类 JSONException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 qihoo.open.v1.json.JSONException
所有已实现的接口:
Serializable

public class JSONException
extends Exception

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

版本:
2013-09-18
作者:
QH
另请参见:
序列化表格

构造方法摘要
JSONException(String message)
          Constructs a JSONException with an explanatory message.
JSONException(Throwable t)
           
 
方法摘要
 Throwable getCause()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

JSONException

public JSONException(String message)
Constructs a JSONException with an explanatory message.

参数:
message - Detail about the reason for the exception.

JSONException

public JSONException(Throwable t)
方法详细信息

getCause

public Throwable getCause()
覆盖:
Throwable 中的 getCause


Copyright © 2013. All rights reserved.