com.android.volley
Class ParseError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.volley.VolleyError
              extended by com.android.volley.ParseError
All Implemented Interfaces:
Serializable

public class ParseError
extends VolleyError

Indicates that the server's response could not be parsed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.android.volley.VolleyError
networkResponse
 
Constructor Summary
ParseError()
           
ParseError(NetworkResponse networkResponse)
           
ParseError(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

ParseError

public ParseError()

ParseError

public ParseError(NetworkResponse networkResponse)

ParseError

public ParseError(Throwable cause)