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