Home
last modified time | relevance | path

Searched refs:indexOrName (Results 1 – 1 of 1) sorted by relevance

/libcore/json/src/main/java/org/json/
DJSON.java95 public static JSONException typeMismatch(Object indexOrName, Object actual, in typeMismatch() argument
98 throw new JSONException("Value at " + indexOrName + " is null."); in typeMismatch()
100 throw new JSONException("Value " + actual + " at " + indexOrName in typeMismatch()