Home
last modified time | relevance | path

Searched defs:getExceptionTypes (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DMockitoMethod.java17 Class<?>[] getExceptionTypes(); in getExceptionTypes() method
H A DSerializableMethod.java52 public Class<?>[] getExceptionTypes() { in getExceptionTypes() method in SerializableMethod
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
H A DMethodType.java52 public List<ResolvedType> getExceptionTypes() { in getExceptionTypes() method in MethodType
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/creation/
H A DDelegatingMethod.java23 public Class<?>[] getExceptionTypes() { in getExceptionTypes() method in DelegatingMethod
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/utils/
DExceptionAnalyzer.h92 const Throwables &getExceptionTypes() const { return ThrownExceptions; } in getExceptionTypes() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/utils/
DExceptionAnalyzer.h92 const Throwables &getExceptionTypes() const { return ThrownExceptions; } in getExceptionTypes() function
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
H A DExecutable.annotated.java52 public abstract [email protected] Class<?> @libcore.util.NonNull [] getExceptionTypes in getExceptionTypes() method in Executable
H A DConstructor.annotated.java50 public native java.lang.Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Constructor
H A DMethod.annotated.java54 @libcore.util.NonNull public native java.lang.Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/utils/
DExceptionAnalyzer.h92 const Throwables &getExceptionTypes() const { return ThrownExceptions; } in getExceptionTypes() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/utils/
DExceptionAnalyzer.h92 const Throwables &getExceptionTypes() const { return ThrownExceptions; } in getExceptionTypes() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DMethod.java221 public native Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Method
DConstructor.java173 public native Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Constructor
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/
DMethod.java221 public native Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Method
DConstructor.java173 public native Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Constructor
DExecutable.java441 public abstract Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Executable
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DMethod.java221 public native Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Method
H A DConstructor.java173 public native Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Constructor
H A DExecutable.java441 public abstract Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Executable
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
H A DConstructor.java81 public native java.lang.Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Constructor
H A DExecutable.java112 public abstract java.lang.Class<?>[] getExceptionTypes(); in getExceptionTypes() method in Executable
/aosp_15_r20/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
H A DThrowingProviderBinder.java158 List<Class<? extends Throwable>> getExceptionTypes() { in getExceptionTypes() method in ThrowingProviderBinder.SecondaryBinder
/aosp_15_r20/external/guice/core/src/com/google/inject/
H A DTypeLiteral.java298 public List<TypeLiteral<?>> getExceptionTypes(Member methodOrConstructor) { in getExceptionTypes() method in TypeLiteral
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/
H A DInvokable.java290 public final ImmutableList<TypeToken<? extends Throwable>> getExceptionTypes() { in getExceptionTypes() method in Invokable
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/
H A DInvokable.java291 public final ImmutableList<TypeToken<? extends Throwable>> getExceptionTypes() { in getExceptionTypes() method in Invokable

12345678910>>...24