Searched refs:CatchException (Results 1 – 2 of 2) sorted by relevance
148 public static class CatchException extends Transformer { class in Transformers155 public CatchException(MethodHandle target, MethodHandle handler, Class<?> exType) { in CatchException() method in Transformers.CatchException
2879 return new Transformers.CatchException(target, handler, exType); in catchException()