Searched refs:catchException (Results 1 – 4 of 4) 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() 1737 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 | 3480 MethodHandle catchException(MethodHandle target, in catchException() method in MethodHandles
|