Searched refs:getCause (Results 1 - 25 of 262) sorted by relevance

1234567891011

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
H A DExtException.java20 Throwable getCause(); method in interface:ExtException
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DOutOfMemoryErrorTest.java28 assertNull(e.getCause());
39 assertNull(e.getCause());
43 assertNull(e.getCause());
H A DAssertionErrorTest.java27 assertNull(e.getCause());
34 assertNull(e.getCause());
39 assertSame(npe, e.getCause());
45 assertNull(e.getCause());
51 assertNull(e.getCause());
57 assertNull(e.getCause());
63 assertNull(e.getCause());
69 assertNull(e.getCause());
75 assertNull(e.getCause());
H A DArithmeticExceptionTest.java30 assertNull(e.getCause());
39 assertNull(e.getCause());
H A DAbstractMethodErrorTest.java30 assertNull(error.getCause());
41 assertNull(error.getCause());
45 assertNull(error.getCause());
H A DExceptionInInitializerErrorTest.java29 assertNull(e.getCause());
38 assertNull(e.getCause());
50 assertSame(npe, e.getCause());
H A DSecurityExceptionTest.java33 assertNull(e.getCause());
42 assertNull(e.getCause());
53 assertSame(npe, e.getCause());
63 assertSame(npe, e.getCause());
H A DArrayStoreExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DClassCastExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DCloneNotSupportedExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DErrorTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DIllegalAccessErrorTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DIllegalAccessExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DIllegalMonitorStateExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DIllegalThreadStateExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DIncompatibleClassChangeErrorTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DIndexOutOfBoundsExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DInstantiationErrorTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
H A DInstantiationExceptionTest.java31 assertNull(e.getCause());
40 assertNull(e.getCause());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStoreException.java14 public Throwable getCause() method in class:StoreException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DDecoderException.java15 public Throwable getCause() method in class:DecoderException
H A DEncoderException.java15 public Throwable getCause() method in class:EncoderException
/external/emma/core/java12/com/vladium/util/exception/
H A DIThrowableWrapper.java32 * Throwable.getCause() in J2SE 1.4.
36 Throwable getCause (); method in interface:IThrowableWrapper
/external/objenesis/main/test/org/objenesis/
H A DObjenesisExceptionTest.java33 assertSame(cause, e.getCause());
38 assertNull(e.getCause());
45 assertSame(cause, e.getCause());
50 assertNull(e.getCause());

Completed in 314 milliseconds

1234567891011