Searched refs:indexOrName (Results 1 – 1 of 1) sorted by relevance
95 public static JSONException typeMismatch(Object indexOrName, Object actual, in typeMismatch() argument98 throw new JSONException("Value at " + indexOrName + " is null."); in typeMismatch()100 throw new JSONException("Value " + actual + " at " + indexOrName in typeMismatch()