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

12345678910

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
H A DExtException.java20 Throwable getCause(); method in interface:ExtException
/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/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DUndeclaredThrowableException.java34 return getCause();
/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());
/external/javassist/src/main/javassist/util/proxy/
H A DSecurityActions.java67 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/
H A DBadPaddingExceptionTest.java60 assertNull("getCause() must return null", tE.getCause());
74 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getCause() must return null", tE.getCause());
H A DIllegalBlockSizeExceptionTest.java61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getCause() must return null", tE.getCause());
H A DNoSuchPaddingExceptionTest.java61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getCause() must return null", tE.getCause());
H A DShortBufferExceptionTest.java60 assertNull("getCause() must return null", tE.getCause());
74 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getCause() must return null", tE.getCause());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DDigestExceptionTest.java60 assertNull("getCause() must return null", tE.getCause());
74 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getCause() must return null", tE.getCause());
97 assertNull("getCause() must return null", tE.getCause());
112 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DGeneralSecurityExceptionTest.java61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getCause() must return null", tE.getCause());
100 assertNull("getCause() must return null", tE.getCause());
116 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DInvalidAlgorithmParameterExceptionTest.java62 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getCause() must return null", tE.getCause());
90 assertNull("getCause() must return null", tE.getCause());
103 assertNull("getCause() must return null", tE.getCause());
120 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DInvalidKeyExceptionTest.java60 assertNull("getCause() must return null", tE.getCause());
74 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getCause() must return null", tE.getCause());
98 assertNull("getCause() must return null", tE.getCause());
114 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DInvalidParameterExceptionTest.java61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getCause() must return null", tE.getCause());
H A DKeyExceptionTest.java60 assertNull("getCause() must return null", tE.getCause());
74 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getCause() must return null", tE.getCause());
97 assertNull("getCause() must return null", tE.getCause());
112 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DKeyManagementExceptionTest.java61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getCause() must return null", tE.getCause());
100 assertNull("getCause() must return null", tE.getCause());
116 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DKeyStoreExceptionTest.java60 assertNull("getCause() must return null", tE.getCause());
74 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getCause() must return null", tE.getCause());
97 assertNull("getCause() must return null", tE.getCause());
113 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DNoSuchAlgorithmExceptionTest.java61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getCause() must return null", tE.getCause());
100 assertNull("getCause() must return null", tE.getCause());
116 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DNoSuchProviderExceptionTest.java61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getCause() must return null", tE.getCause());
H A DProviderExceptionTest.java60 assertNull("getCause() must return null", tE.getCause());
74 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getCause() must return null", tE.getCause());
97 assertNull("getCause() must return null", tE.getCause());
113 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DSignatureExceptionTest.java60 assertNull("getCause() must return null", tE.getCause());
74 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getCause() must return null", tE.getCause());
98 assertNull("getCause() must return null", tE.getCause());
114 assertNotNull("getCause() must not return null", tE.getCause());
[all...]
H A DUnrecoverableKeyExceptionTest.java61 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getCause() must return null", tE.getCause());

Completed in 277 milliseconds

12345678910