android - Parse.com query getFirst() exception -


what query.getfirst() returns?

retrieves @ 1 parseobject satisfies query. uses network and/or cache, depending on cache policy. mutates parsequery. returns: parseobject obeying conditions set in query, or null if none found. throws: parseexception - throws parseexception if no object found.

first saying returns null of object not found. after says there exception of object not found..

what does?

thanks.

method throws parseexception, tested on parse-1.7.1 sdk

e = {com.parse.parseexception@831697061768}"com.parse.parseexception: no results found query" code = 101 cause = {com.parse.parseexception@831697061768}"com.parse.parseexception: no results found query" detailmessage = {java.lang.string@831697061808}"no results found query" stackstate = {int[266]@831697061912} stacktrace = {java.lang.stacktraceelement[0]@831693444272} suppressedexceptions = {java.util.collections$emptylist@831693442224} size = 0 

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -