HomeSort by relevance Sort by last modified time
    Searched refs:getCause (Results 26 - 50 of 394) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
InstantiationErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
InstantiationExceptionTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
InternalErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
InterruptedExceptionTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
LinkageErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
NegativeArraySizeExceptionTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
NoClassDefFoundErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
NoSuchFieldErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
NoSuchFieldExceptionTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
NoSuchMethodErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
NoSuchMethodExceptionTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
NullPointerExceptionTest.java 30 assertNull(e.getCause());
39 assertNull(e.getCause());
NumberFormatExceptionTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
StackOverflowErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
StringIndexOutOfBoundsExceptionTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
UnknownErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
UnsatisfiedLinkErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
VerifyErrorTest.java 31 assertNull(e.getCause());
40 assertNull(e.getCause());
VirtualMachineErrorTest.java 32 assertNull(e.getCause());
41 assertNull(e.getCause());
IllegalArgumentExceptionTest.java 33 assertNull(e.getCause());
42 assertNull(e.getCause());
53 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString());
59 assertEquals(exception.getClass().getName(), emptyException.getCause().toString());
71 assertSame(npe, e.getCause());
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
ParserConfigurationExceptionTest.java 28 assertNull(pce.getCause());
36 assertNull(pce.getCause());
  /external/javassist/src/main/javassist/util/proxy/
SecurityActions.java 67 if (e.getCause() instanceof NoSuchMethodException)
68 throw (NoSuchMethodException) e.getCause();
70 throw new RuntimeException(e.getCause());
91 if (e.getCause() instanceof NoSuchMethodException)
92 throw (NoSuchMethodException) e.getCause();
94 throw new RuntimeException(e.getCause());
128 if (e.getCause() instanceof NoSuchMethodException)
129 throw (IllegalAccessException) e.getCause();
131 throw new RuntimeException(e.getCause());
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java 61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getCause() must return null", tE.getCause());
IllegalBlockSizeExceptionTest.java 62 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getCause() must return null", tE.getCause());
89 assertNull("getCause() must return null", tE.getCause());
NoSuchPaddingExceptionTest.java 62 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getCause() must return null", tE.getCause());
89 assertNull("getCause() must return null", tE.getCause());

Completed in 248 milliseconds

12 3 4 5 6 7 8 91011>>