Home | History | Annotate | Download | only in invoke

Lines Matching refs:catchException

183         MethodHandle adapter = MethodHandles.catchException(target, IllegalArgumentException.class,
206 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, handler);
218 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, handler);
226 adapter = MethodHandles.catchException(target, IllegalArgumentException.class,
1737 MethodHandles.catchException(thrower, NumberFormatException.class, handler);