Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DTransformers.java148 public static class CatchException extends Transformer { class in Transformers
155 public CatchException(MethodHandle target, MethodHandle handler, Class<?> exType) { in CatchException() method in Transformers.CatchException
DMethodHandles.java2879 return new Transformers.CatchException(target, handler, exType); in catchException()