Home
last modified time | relevance | path

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

/external/android-mock/src/com/google/android/testing/mocking/
DAndroidMockGenerator.java201 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()
/external/javassist/sample/evolve/
DEvolution.java136 .getParameterTypes(), c.getExceptionTypes(), in makeAbstractClass()
154 .getExceptionTypes(), absClass); in makeAbstractClass()
/external/javassist/src/main/javassist/
DCtNewClass.java97 c.getExceptionTypes(), this); in inheritAllConstructors()
DCtBehavior.java327 public CtClass[] getExceptionTypes() throws NotFoundException { in getExceptionTypes() method in CtBehavior
/external/guava/guava/src/com/google/common/util/concurrent/
DSimpleTimeLimiter.java179 for (Class<?> exType : method.getExceptionTypes()) { in declaresInterruptedEx()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DConstructorTest.java88 exceptions = ctor.getExceptionTypes(); in test_getExceptionTypes()
DMethodTest.java180 Class[] ex = mth.getExceptionTypes(); in test_getExceptionTypes()
186 ex = mth.getExceptionTypes(); in test_getExceptionTypes()
DProxyTest.java262 Class<?> []exceptions = m.getExceptionTypes(); in test_ProxyClass_withParentAndSubInThrowList()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaSourceWriter.java182 for (Class exception : method.getExceptionTypes()) { in startMethod()
/external/javassist/src/main/javassist/tools/reflect/
DReflection.java328 m.getParameterTypes(), m.getExceptionTypes(), in processMethods0()
/external/easymock/src/org/easymock/internal/
DRecordState.java357 Class<?>[] exceptions = lastInvocation.getMethod().getExceptionTypes(); in isValidThrowable()
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1060 setThrows(minfo, cp, cons.getExceptionTypes()); in makeConstructor()
1174 Class[] exceptions = orig.getExceptionTypes(); in setThrows()
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java264 public ObjectType[] getExceptionTypes() { return exceptions; } in getExceptionTypes() method in SignatureAttribute.MethodSignature