Searched refs:ParseError (Results 1 – 6 of 6) sorted by relevance
23 public class ParseError extends VolleyError { class24 public ParseError() { } in ParseError() method in ParseError26 public ParseError(NetworkResponse networkResponse) { in ParseError() method in ParseError30 public ParseError(Throwable cause) { in ParseError() method in ParseError
98 class ParseError: class235 raise ParseError(lineno, "Unknown field type '%s'!" % typestr)238 raise ParseError(lineno, "Unknown command: '%s'!" % cmd)244 raise ParseError(lineno, "Required field '@name' missing!")246 raise ParseError(lineno, "Required field '@package' missing!")248 raise ParseError(lineno, "Required field '@libname' missing!")257 raise ParseError(lineno, "Not enough arguments specifed for command '%s'! Expected %d, " \260 raise ParseError(lineno, "Too many arguments specifed for command '%s'! Expected %d, " \
20 import com.android.volley.ParseError;68 return Response.error(new ParseError(e)); in parseNetworkResponse()70 return Response.error(new ParseError(je)); in parseNetworkResponse()
20 import com.android.volley.ParseError;71 return Response.error(new ParseError(e)); in parseNetworkResponse()73 return Response.error(new ParseError(je)); in parseNetworkResponse()
26 import com.android.volley.ParseError;162 return Response.error(new ParseError(e)); in parseNetworkResponse()211 return Response.error(new ParseError(response)); in doParse()
153 return Response.error(new ParseError(e));155 return Response.error(new ParseError(e));