Home
last modified time | relevance | path

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

12

/external/mockito/src/main/java/org/mockito/internal/creation/
DDelegatingMethod.java21 public Class<?>[] getExceptionTypes() { in getExceptionTypes() method in DelegatingMethod
22 return method.getExceptionTypes(); in getExceptionTypes()
/external/mockito/src/test/java/org/mockito/internal/invocation/
DSerializableMethodTest.java39 assertArrayEquals(toStringMethod.getExceptionTypes(), method.getExceptionTypes()); in shouldBeAbleToRetrieveMethodExceptionTypes()
/external/mockito/src/main/java/org/mockito/internal/invocation/
DSerializableMethod.java34 exceptionTypes = method.getExceptionTypes(); in SerializableMethod()
51 public Class<?>[] getExceptionTypes() { in getExceptionTypes() method in SerializableMethod
DMockitoMethod.java17 Class<?>[] getExceptionTypes(); in getExceptionTypes() method
/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DInvocationHandlerAdapter.java99 public Class<?>[] getExceptionTypes() { in getExceptionTypes() method in InvocationHandlerAdapter.ProxiedMethod
100 return method.getExceptionTypes(); in getExceptionTypes()
/external/guice/core/test/com/google/inject/
DTypeLiteralTypeResolutionTest.java154 assertEquals(NullPointerException.class, type.getExceptionTypes(newThrower).get(0).getType()); in testThrowsExceptions()
155 assertEquals(NullPointerException.class, type.getExceptionTypes(throwS).get(0).getType()); in testThrowsExceptions()
204 resolver.getExceptionTypes(stringIndexOf); in testUnsupportedQueries()
232 resolver.getExceptionTypes(newString); in testUnsupportedQueries()
/external/javassist/sample/evolve/
DEvolution.java136 .getParameterTypes(), c.getExceptionTypes(), in makeAbstractClass()
154 .getExceptionTypes(), absClass); in makeAbstractClass()
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DInvocationInfo.java22 Class<?>[] exceptions = method.getExceptionTypes(); in isValidException()
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DThrowingProviderBinder.java163 List<Class<? extends Throwable>> getExceptionTypes() { in getExceptionTypes() method in ThrowingProviderBinder.SecondaryBinder
226 binder, cxtorLiteral.getExceptionTypes(cxtor), exceptionTypes, interfaceType); in providing()
386 TypeLiteral.get(interfaceType).getExceptionTypes(getMethod);
DCheckedProviderMethod.java103 binder, exceptionTypes, sbinder.getExceptionTypes(), checkedProvider); in configure()
DCheckedProviderMethodsModule.java117 List<TypeLiteral<?>> exceptionTypes = typeLiteral.getExceptionTypes(method); in createProviderMethod()
/external/javassist/src/main/javassist/
DCtNewClass.java97 c.getExceptionTypes(), this); in inheritAllConstructors()
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DAssistedConstructor.java88 return new HashSet<Class<?>>(Arrays.asList(constructor.getExceptionTypes())); in getDeclaredExceptions()
DFactoryProvider.java230 constructorException, entry.getKey().getExceptionTypes())) { in checkDeclaredExceptionsMatch()
/external/guava/guava-tests/test/com/google/common/reflect/
DInvokableTest.java70 Prepender.constructor(String.class, int.class).getExceptionTypes()); in testConstructor_exceptionTypes()
124 assertEquals(ImmutableList.of(), delegate.getExceptionTypes()); in testStaticMethod_exceptionTypes()
195 delegate.getExceptionTypes()); in testInstanceMethod_exceptionTypes()
/external/guava/guava/src/com/google/common/util/concurrent/
DSimpleTimeLimiter.java179 for (Class<?> exType : method.getExceptionTypes()) { in declaresInterruptedEx()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaSourceWriter.java182 for (Class exception : method.getExceptionTypes()) { in startMethod()
/external/guava/guava/src/com/google/common/reflect/
DInvokable.java129 public final ImmutableList<TypeToken<? extends Throwable>> getExceptionTypes() { in getExceptionTypes() method in Invokable
/external/guice/core/src/com/google/inject/
DTypeLiteral.java308 public List<TypeLiteral<?>> getExceptionTypes(Member methodOrConstructor) { in getExceptionTypes() method in TypeLiteral
/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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslator.java336 ctMethod.getExceptionTypes(), in makeNewMethod()
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java264 public ObjectType[] getExceptionTypes() { return exceptions; } in getExceptionTypes() method in SignatureAttribute.MethodSignature
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java113 toInternalNames(bridge.getValue().referenced().getExceptionTypes())); in visitEnd()

12