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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -