Home
last modified time | relevance | path

Searched refs:ReflectiveOperationException (Results 1 – 25 of 51) sorted by relevance

123

/libcore/ojluni/src/main/java/java/lang/
DReflectiveOperationException.java35 public class ReflectiveOperationException extends Exception { class
43 public ReflectiveOperationException() { in ReflectiveOperationException() method in ReflectiveOperationException
55 public ReflectiveOperationException(String message) { in ReflectiveOperationException() method in ReflectiveOperationException
74 public ReflectiveOperationException(String message, Throwable cause) { in ReflectiveOperationException() method in ReflectiveOperationException
88 public ReflectiveOperationException(Throwable cause) { in ReflectiveOperationException() method in ReflectiveOperationException
DNoSuchFieldException.java34 public class NoSuchFieldException extends ReflectiveOperationException {
DNoSuchMethodException.java35 class NoSuchMethodException extends ReflectiveOperationException {
DIllegalAccessException.java59 public class IllegalAccessException extends ReflectiveOperationException {
DInstantiationException.java46 class InstantiationException extends ReflectiveOperationException {
DClassNotFoundException.java53 public class ClassNotFoundException extends ReflectiveOperationException {
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DTabulatorsTest.java78 boolean ordered) throws ReflectiveOperationException; in assertValue()
97 boolean ordered) throws ReflectiveOperationException { in assertValue()
127 …sertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationException { in assertValue()
155 boolean ordered) throws ReflectiveOperationException { in assertValue()
168 throws ReflectiveOperationException { in assertValue()
194 throws ReflectiveOperationException { in assertValue()
221 throws ReflectiveOperationException { in assertValue()
249 throws ReflectiveOperationException {
288 …ic void testReduce(String name, TestData.OfRef<Integer> data) throws ReflectiveOperationException {
337 …blic void testJoin(String name, TestData.OfRef<Integer> data) throws ReflectiveOperationException {
[all …]
/libcore/test-rules/src/main/java/libcore/junit/util/
DResourceLeakageDetector.java69 } catch (ReflectiveOperationException e) {
92 throws ReflectiveOperationException { in getFinalizerChecker()
/libcore/ojluni/src/main/java/java/lang/reflect/
DInvocationTargetException.java42 public class InvocationTargetException extends ReflectiveOperationException {
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinWorkerThread.java200 } catch (ReflectiveOperationException e) {
265 } catch (ReflectiveOperationException e) { in createThreadGroup()
DSynchronousQueue.java296 } catch (ReflectiveOperationException e) {
518 } catch (ReflectiveOperationException e) {
588 } catch (ReflectiveOperationException e) {
832 } catch (ReflectiveOperationException e) {
DCountedCompleter.java763 } catch (ReflectiveOperationException e) {
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicBoolean.java59 } catch (ReflectiveOperationException e) {
DStriped64.java143 } catch (ReflectiveOperationException e) {
389 } catch (ReflectiveOperationException e) {
DAtomicInteger.java64 } catch (ReflectiveOperationException e) {
DAtomicMarkableReference.java199 } catch (ReflectiveOperationException e) {
DAtomicReference.java59 } catch (ReflectiveOperationException e) {
DAtomicStampedReference.java199 } catch (ReflectiveOperationException e) {
DAtomicLong.java78 } catch (ReflectiveOperationException e) {
DAtomicReferenceArray.java70 } catch (ReflectiveOperationException e) {
/libcore/luni/src/test/java/dalvik/system/
DInMemoryDexClassLoaderTest.java156 throws IOException, ReflectiveOperationException { in createLoaderDirectAndCallMethod()
174 throws IOException, ReflectiveOperationException { in createLoaderIndirectAndCallMethod()
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DLockSupport.java418 } catch (ReflectiveOperationException e) {
/libcore/ojluni/src/main/java/java/lang/invoke/
DCallSite.java256 } catch (ReflectiveOperationException e) { in initializeGetTarget()
/libcore/dalvik/test-rules/src/main/java/dalvik/system/
DCloseGuardSupport.java243 } catch (ReflectiveOperationException e) {
/libcore/ojluni/src/main/java/java/net/
DInetSocketAddress.java324 } catch (ReflectiveOperationException e) {

123