Searched refs:getExceptionTypes (Results 1 – 13 of 13) sorted by relevance
201 if (method.getExceptionTypes().length > 0) { in getMethodSignature()205 for (Class<?> exception : method.getExceptionTypes()) { in getMethodSignature()207 if (i < method.getExceptionTypes().length - 1) { in getMethodSignature()270 constructor.getExceptionTypes(), clazz); in addConstructors()
136 .getParameterTypes(), c.getExceptionTypes(), in makeAbstractClass()154 .getExceptionTypes(), absClass); in makeAbstractClass()
97 c.getExceptionTypes(), this); in inheritAllConstructors()
327 public CtClass[] getExceptionTypes() throws NotFoundException { in getExceptionTypes() method in CtBehavior
179 for (Class<?> exType : method.getExceptionTypes()) { in declaresInterruptedEx()
88 exceptions = ctor.getExceptionTypes(); in test_getExceptionTypes()
180 Class[] ex = mth.getExceptionTypes(); in test_getExceptionTypes()186 ex = mth.getExceptionTypes(); in test_getExceptionTypes()
262 Class<?> []exceptions = m.getExceptionTypes(); in test_ProxyClass_withParentAndSubInThrowList()
182 for (Class exception : method.getExceptionTypes()) { in startMethod()
328 m.getParameterTypes(), m.getExceptionTypes(), in processMethods0()
357 Class<?>[] exceptions = lastInvocation.getMethod().getExceptionTypes(); in isValidThrowable()
1060 setThrows(minfo, cp, cons.getExceptionTypes()); in makeConstructor()1174 Class[] exceptions = orig.getExceptionTypes(); in setThrows()
264 public ObjectType[] getExceptionTypes() { return exceptions; } in getExceptionTypes() method in SignatureAttribute.MethodSignature