HomeSort by relevance Sort by last modified time
    Searched full:wrongtargettype (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/java/java/lang/invoke/
CallSite.java 213 throw wrongTargetType(newTarget, oldType);
216 private static WrongMethodTypeException wrongTargetType(MethodHandle target, MethodType type) {
362 // throw wrongTargetType(site.getTarget(), type);

Completed in 108 milliseconds