Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1060 setThrows(minfo, cp, cons.getExceptionTypes()); in makeConstructor()
1104 setThrows(delegator, cp, meth); in makeDelegator()
1126 setThrows(forwarder, cp, meth); in makeForwarder()
1173 private static void setThrows(MethodInfo minfo, ConstPool cp, Method orig) { in setThrows() method in ProxyFactory
1175 setThrows(minfo, cp, exceptions); in setThrows()
1178 private static void setThrows(MethodInfo minfo, ConstPool cp, in setThrows() method in ProxyFactory