Home
last modified time | relevance | path

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

/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviderMethod.java52 private final List<TypeLiteral<?>> exceptionTypes; field in CheckedProviderMethod
63 List<TypeLiteral<?>> exceptionTypes, in CheckedProviderMethod() argument
73 this.exceptionTypes = exceptionTypes; in CheckedProviderMethod()
103 binder, exceptionTypes, sbinder.getExceptionTypes(), checkedProvider); in configure()
DThrowingProviderBinder.java143 private final List<Class<? extends Throwable>> exceptionTypes; field in ThrowingProviderBinder.SecondaryBinder
155 this.exceptionTypes = getExceptionType(interfaceType); in SecondaryBinder()
159 this.exceptionTypes = ImmutableList.of(); in SecondaryBinder()
164 return exceptionTypes; in getExceptionTypes()
226 binder, cxtorLiteral.getExceptionTypes(cxtor), exceptionTypes, interfaceType); in providing()
352 for (Class<? extends Throwable> exceptionType : exceptionTypes) { in createResultProvider()
DCheckedProviderMethodsModule.java117 List<TypeLiteral<?>> exceptionTypes = typeLiteral.getExceptionTypes(method); in createProviderMethod() local
128 parameterProviders, scopeAnnotation, throwingProvider, exceptionTypes, in createProviderMethod()
/external/mockito/src/main/java/org/mockito/internal/invocation/
DSerializableMethod.java22 private final Class<?>[] exceptionTypes; field in SerializableMethod
34 exceptionTypes = method.getExceptionTypes(); in SerializableMethod()
52 return exceptionTypes; in getExceptionTypes()
/external/javassist/src/main/javassist/
DCtNewWrappedConstructor.java27 CtClass[] exceptionTypes, in wrapped() argument
36 cons.setExceptionTypes(exceptionTypes); in wrapped()
DCtNewWrappedMethod.java29 CtClass[] exceptionTypes, in wrapped() argument
38 mt.setExceptionTypes(exceptionTypes); in wrapped()
DCtNewMethod.java462 CtClass[] exceptionTypes,
468 exceptionTypes, body, constParam, declaring);
/external/clang/lib/AST/
DType.cpp848 SmallVector<QualType, 4> exceptionTypes; in VisitFunctionProtoType() local
858 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
863 llvm::makeArrayRef(exceptionTypes).copy(Ctx); in VisitFunctionProtoType()
1164 SmallVector<QualType, 4> exceptionTypes; in substObjCTypeArgs() local
1177 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs()
1182 llvm::makeArrayRef(exceptionTypes).copy(ctx); in substObjCTypeArgs()