Searched refs:setExceptionTypes (Results 1 – 8 of 8) sorted by relevance
142 cm.setExceptionTypes(exceptions); in make()214 cm.setExceptionTypes(exceptions); in abstractMethod()
39 cons.setExceptionTypes(exceptionTypes); in wrapped()
103 cc.setExceptionTypes(exceptions); in make()
45 mt.setExceptionTypes(exceptionTypes); in wrapped()
406 public void setExceptionTypes(CtClass[] types) throws NotFoundException { in setExceptionTypes() method in CtBehavior
165 cons.setExceptionTypes(tlist); in compileMethod()182 method.setExceptionTypes(tlist); in compileMethod()
429 m.setExceptionTypes(null); in testSetExceptions()431 m.setExceptionTypes(new CtClass[0]); in testSetExceptions()433 m.setExceptionTypes(new CtClass[] { ex }); in testSetExceptions()
1125 m.setExceptionTypes(new CtClass[] { in testHoward()