Searched refs:setThrows (Results 1 – 1 of 1) sorted by relevance
/external/javassist/src/main/javassist/util/proxy/ |
D | ProxyFactory.java | 1060 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
|