Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java195 private static IndexOutOfBoundsException newIndexOutOfBoundsException(Object num) { in newIndexOutOfBoundsException() method in MethodType
399 throw newIndexOutOfBoundsException(num); in insertParameterTypes()
470 throw newIndexOutOfBoundsException("start="+start+" end="+end); in replaceParameterTypes()
566 throw newIndexOutOfBoundsException("start="+start+" end="+end);