Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtNewMethod.java142 cm.setExceptionTypes(exceptions); in make()
214 cm.setExceptionTypes(exceptions); in abstractMethod()
DCtNewWrappedConstructor.java39 cons.setExceptionTypes(exceptionTypes); in wrapped()
DCtNewConstructor.java103 cc.setExceptionTypes(exceptions); in make()
DCtNewWrappedMethod.java45 mt.setExceptionTypes(exceptionTypes); in wrapped()
DCtBehavior.java406 public void setExceptionTypes(CtClass[] types) throws NotFoundException { in setExceptionTypes() method in CtBehavior
/external/javassist/src/main/javassist/compiler/
DJavac.java165 cons.setExceptionTypes(tlist); in compileMethod()
182 method.setExceptionTypes(tlist); in compileMethod()
/external/javassist/src/test/javassist/
DJvstTest2.java429 m.setExceptionTypes(null); in testSetExceptions()
431 m.setExceptionTypes(new CtClass[0]); in testSetExceptions()
433 m.setExceptionTypes(new CtClass[] { ex }); in testSetExceptions()
DJvstTest.java1125 m.setExceptionTypes(new CtClass[] { in testHoward()