com.android.volley
クラス VolleyError

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.android.volley.VolleyError
すべての実装されたインタフェース:
java.io.Serializable
直系の既知のサブクラス:
AuthFailureError, NetworkError, ParseError, ServerError, TimeoutError

public class VolleyError
extends java.lang.Exception

Exception style class encapsulating Volley errors

関連項目:
直列化された形式

フィールドの概要
 NetworkResponse networkResponse
           
 
コンストラクタの概要
VolleyError()
           
VolleyError(NetworkResponse response)
           
VolleyError(java.lang.String exceptionMessage)
           
VolleyError(java.lang.String exceptionMessage, java.lang.Throwable reason)
           
VolleyError(java.lang.Throwable cause)
           
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

networkResponse

public final NetworkResponse networkResponse
コンストラクタの詳細

VolleyError

public VolleyError()

VolleyError

public VolleyError(NetworkResponse response)

VolleyError

public VolleyError(java.lang.String exceptionMessage)

VolleyError

public VolleyError(java.lang.String exceptionMessage,
                   java.lang.Throwable reason)

VolleyError

public VolleyError(java.lang.Throwable cause)