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.java192 private static IndexOutOfBoundsException newIndexOutOfBoundsException(Object num) { in newIndexOutOfBoundsException() method in MethodType
396 throw newIndexOutOfBoundsException(num); in insertParameterTypes()
467 throw newIndexOutOfBoundsException("start="+start+" end="+end); in replaceParameterTypes()
556 throw newIndexOutOfBoundsException("start="+start+" end="+end); in dropParameterTypes()