Searched defs:requiredType (Results 1 - 1 of 1) sorted by relevance

/libcore/json/src/main/java/org/json/
H A DJSON.java96 String requiredType) throws JSONException {
102 + " cannot be converted to " + requiredType);
106 public static JSONException typeMismatch(Object actual, String requiredType) argument
113 + " cannot be converted to " + requiredType);
95 typeMismatch(Object indexOrName, Object actual, String requiredType) argument

Completed in 15 milliseconds