Searched refs:catchException (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
D | MethodHandles.java | 147 MethodHandle catchException(MethodHandle target, in catchException() method in MethodHandles
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleCombinersTest.java | 183 MethodHandle adapter = MethodHandles.catchException(target, IllegalArgumentException.class, in testCatchException() 206 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, handler); in testCatchException() 218 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, handler); in testCatchException() 226 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, in testCatchException() 1764 MethodHandles.catchException(thrower, NumberFormatException.class, handler); in testThrowCatchExceptionMultiThreaded()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
D | MethodHandles.java | 350 public static java.lang.invoke.MethodHandle catchException( in catchException() method in MethodHandles
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandles.java | 4148 MethodHandle catchException(MethodHandle target, in catchException() method in MethodHandles
|
/libcore/api/ |
D | current.txt | 4684 …method public static java.lang.invoke.MethodHandle catchException(java.lang.invoke.MethodHandle, C…
|