Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DTransformers.java158 static class CatchException extends Transformer { class in Transformers
165 CatchException(MethodHandle target, MethodHandle handler, Class<?> exType) { in CatchException() method in Transformers.CatchException