HomeSort by relevance Sort by last modified time
    Searched full:throwable (Results 326 - 350 of 3684) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
InvalidKeySpecExceptionTest.java 52 private static Throwable tCause = new Throwable("Throwable for exception");
92 * Test for <code>InvalidKeySpecException(Throwable)</code> constructor
97 Throwable cause = null;
104 * Test for <code>InvalidKeySpecException(Throwable)</code> constructor
122 * Test for <code>InvalidKeySpecException(String, Throwable)</code>
133 * Test for <code>InvalidKeySpecException(String, Throwable)</code>
148 * Test for <code>InvalidKeySpecException(String, Throwable)</code>
166 * Test for <code>InvalidKeySpecException(String, Throwable)</code
    [all...]
  /external/easymock/src/org/easymock/
IExpectationSetters.java 37 * Sets a throwable that will be thrown for the expected invocation.
39 * @param throwable
40 * the throwable to throw.
43 IExpectationSetters<T> andThrow(Throwable throwable);
77 * Sets a stub throwable that will be thrown for the expected invocation.
79 * @param throwable
80 * the throwable to throw.
82 void andStubThrow(Throwable throwable);
    [all...]
  /external/smack/src/org/jivesoftware/smack/
XMPPException.java 47 private Throwable wrappedThrowable = null;
66 * Creates a new XMPPException with the Throwable that was the root cause of the
71 public XMPPException(Throwable wrappedThrowable) {
101 * Throwable that was the root cause of the exception.
106 public XMPPException(String message, Throwable wrappedThrowable) {
113 * and the Throwable that was the root cause of the exception.
119 public XMPPException(String message, XMPPError error, Throwable wrappedThrowable) {
159 * Returns the Throwable asscociated with this exception, or <tt>null</tt> if there
162 * @return the Throwable asscociated with this exception.
164 public Throwable getWrappedThrowable()
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestExceptionTest.java 40 private static Throwable tCause = new Throwable("Throwable for exception");
79 * Test for <code>DigestException(Throwable)</code> constructor Assertion:
83 Throwable cause = null;
90 * Test for <code>DigestException(Throwable)</code> constructor Assertion:
107 * Test for <code>DigestException(String, Throwable)</code> constructor
118 * Test for <code>DigestException(String, Throwable)</code> constructor
133 * Test for <code>DigestException(String, Throwable)</code> constructor
151 * Test for <code>DigestException(String, Throwable)</code> constructo
    [all...]
GeneralSecurityExceptionTest.java 41 private static Throwable tCause = new Throwable("Throwable for exception");
81 * Test for <code>GeneralSecurityException(Throwable)</code> constructor
86 Throwable cause = null;
93 * Test for <code>GeneralSecurityException(Throwable)</code> constructor
111 * Test for <code>GeneralSecurityException(String, Throwable)</code>
122 * Test for <code>GeneralSecurityException(String, Throwable)</code>
137 * Test for <code>GeneralSecurityException(String, Throwable)</code>
155 * Test for <code>GeneralSecurityException(String, Throwable)</code
    [all...]
InvalidAlgorithmParameterExceptionTest.java 41 private static Throwable tCause = new Throwable("Throwable for exception");
83 * Test for <code>InvalidAlgorithmParameterException(Throwable)</code>
88 Throwable cause = null;
96 * Test for <code>InvalidAlgorithmParameterException(Throwable)</code>
116 * <code>InvalidAlgorithmParameterException(String, Throwable)</code>
129 * <code>InvalidAlgorithmParameterException(String, Throwable)</code>
145 * <code>InvalidAlgorithmParameterException(String, Throwable)</code>
165 * <code>InvalidAlgorithmParameterException(String, Throwable)</code
    [all...]
InvalidKeyExceptionTest.java 40 private static Throwable tCause = new Throwable("Throwable for exception");
79 * Test for <code>InvalidKeyException(Throwable)</code> constructor
84 Throwable cause = null;
91 * Test for <code>InvalidKeyException(Throwable)</code> constructor
109 * Test for <code>InvalidKeyException(String, Throwable)</code>
120 * Test for <code>InvalidKeyException(String, Throwable)</code>
135 * Test for <code>InvalidKeyException(String, Throwable)</code>
153 * Test for <code>InvalidKeyException(String, Throwable)</code
    [all...]
KeyExceptionTest.java 40 private static Throwable tCause = new Throwable("Throwable for exception");
79 * Test for <code>KeyException(Throwable)</code> constructor Assertion:
83 Throwable cause = null;
90 * Test for <code>KeyException(Throwable)</code> constructor Assertion:
107 * Test for <code>KeyException(String, Throwable)</code> constructor
118 * Test for <code>KeyException(String, Throwable)</code> constructor
133 * Test for <code>KeyException(String, Throwable)</code> constructor
151 * Test for <code>KeyException(String, Throwable)</code> constructo
    [all...]
KeyManagementExceptionTest.java 41 private static Throwable tCause = new Throwable("Throwable for exception");
81 * Test for <code>KeyManagementException(Throwable)</code> constructor
86 Throwable cause = null;
93 * Test for <code>KeyManagementException(Throwable)</code> constructor
111 * Test for <code>KeyManagementException(String, Throwable)</code>
122 * Test for <code>KeyManagementException(String, Throwable)</code>
137 * Test for <code>KeyManagementException(String, Throwable)</code>
155 * Test for <code>KeyManagementException(String, Throwable)</code
    [all...]
KeyStoreExceptionTest.java 40 private static Throwable tCause = new Throwable("Throwable for exception");
79 * Test for <code>KeyStoreException(Throwable)</code> constructor
83 Throwable cause = null;
90 * Test for <code>KeyStoreException(Throwable)</code> constructor
108 * Test for <code>KeyStoreException(String, Throwable)</code> constructor
119 * Test for <code>KeyStoreException(String, Throwable)</code> constructor
134 * Test for <code>KeyStoreException(String, Throwable)</code> constructor
152 * Test for <code>KeyStoreException(String, Throwable)</code> constructo
    [all...]
NoSuchAlgorithmExceptionTest.java 41 private static Throwable tCause = new Throwable("Throwable for exception");
81 * Test for <code>NoSuchAlgorithmException(Throwable)</code> constructor
86 Throwable cause = null;
93 * Test for <code>NoSuchAlgorithmException(Throwable)</code> constructor
111 * Test for <code>NoSuchAlgorithmException(String, Throwable)</code>
122 * Test for <code>NoSuchAlgorithmException(String, Throwable)</code>
137 * Test for <code>NoSuchAlgorithmException(String, Throwable)</code>
155 * Test for <code>NoSuchAlgorithmException(String, Throwable)</code
    [all...]
ProviderExceptionTest.java 40 private static Throwable tCause = new Throwable("Throwable for exception");
79 * Test for <code>ProviderException(Throwable)</code> constructor
83 Throwable cause = null;
90 * Test for <code>ProviderException(Throwable)</code> constructor
108 * Test for <code>ProviderException(String, Throwable)</code> constructor
119 * Test for <code>ProviderException(String, Throwable)</code> constructor
134 * Test for <code>ProviderException(String, Throwable)</code> constructor
152 * Test for <code>ProviderException(String, Throwable)</code> constructo
    [all...]
SignatureExceptionTest.java 40 private static Throwable tCause = new Throwable("Throwable for exception");
79 * Test for <code>SignatureException(Throwable)</code> constructor
84 Throwable cause = null;
91 * Test for <code>SignatureException(Throwable)</code> constructor
109 * Test for <code>SignatureException(String, Throwable)</code> constructor
120 * Test for <code>SignatureException(String, Throwable)</code> constructor
135 * Test for <code>SignatureException(String, Throwable)</code> constructor
153 * Test for <code>SignatureException(String, Throwable)</code> constructo
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLExceptionTest.java 35 private static Throwable tCause = new Throwable("Throwable for exception");
63 * Test for <code>SSLException(Throwable)</code> constructor
67 Throwable cause = null;
74 * Test for <code>SSLException(Throwable)</code> constructor
91 * Test for <code>SSLException(String, Throwable)</code> constructor
102 * Test for <code>SSLException(String, Throwable)</code> constructor
117 * Test for <code>SSLException(String, Throwable)</code> constructor
135 * Test for <code>SSLException(String, Throwable)</code> constructo
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CRLExceptionTest.java 40 private static Throwable tCause = new Throwable("Throwable for exception");
79 * Test for <code>CRLException(Throwable)</code> constructor Assertion:
83 Throwable cause = null;
90 * Test for <code>CRLException(Throwable)</code> constructor Assertion:
107 * Test for <code>CRLException(String, Throwable)</code> constructor
118 * Test for <code>CRLException(String, Throwable)</code> constructor
133 * Test for <code>CRLException(String, Throwable)</code> constructor
151 * Test for <code>CRLException(String, Throwable)</code> constructo
    [all...]
CertPathBuilderExceptionTest.java 42 private static Throwable tCause = new Throwable("Throwable for exception");
82 * Test for <code>CertPathBuilderException(Throwable)</code> constructor
87 Throwable cause = null;
94 * Test for <code>CertPathBuilderException(Throwable)</code> constructor
112 * Test for <code>CertPathBuilderException(String, Throwable)</code>
123 * Test for <code>CertPathBuilderException(String, Throwable)</code>
138 * Test for <code>CertPathBuilderException(String, Throwable)</code>
156 * Test for <code>CertPathBuilderException(String, Throwable)</code
    [all...]
CertStoreExceptionTest.java 40 private static Throwable tCause = new Throwable("Throwable for exception");
79 * Test for <code>CertStoreException(Throwable)</code> constructor
84 Throwable cause = null;
91 * Test for <code>CertStoreException(Throwable)</code> constructor
109 * Test for <code>CertStoreException(String, Throwable)</code> constructor
120 * Test for <code>CertStoreException(String, Throwable)</code> constructor
135 * Test for <code>CertStoreException(String, Throwable)</code> constructor
153 * Test for <code>CertStoreException(String, Throwable)</code> constructo
    [all...]
CertificateEncodingExceptionTest.java 42 private static Throwable tCause = new Throwable("Throwable for exception");
82 * Test for <code>CertificateEncodingException(Throwable)</code>
87 Throwable cause = null;
95 * Test for <code>CertificateEncodingException(Throwable)</code>
114 * Test for <code>CertificateEncodingException(String, Throwable)</code>
126 * Test for <code>CertificateEncodingException(String, Throwable)</code>
141 * Test for <code>CertificateEncodingException(String, Throwable)</code>
160 * Test for <code>CertificateEncodingException(String, Throwable)</code
    [all...]
CertificateExceptionTest.java 41 private static Throwable tCause = new Throwable("Throwable for exception");
81 * Test for <code>CertificateException(Throwable)</code> constructor
86 Throwable cause = null;
93 * Test for <code>CertificateException(Throwable)</code> constructor
111 * Test for <code>CertificateException(String, Throwable)</code>
122 * Test for <code>CertificateException(String, Throwable)</code>
137 * Test for <code>CertificateException(String, Throwable)</code>
155 * Test for <code>CertificateException(String, Throwable)</code
    [all...]
CertificateParsingExceptionTest.java 42 private static Throwable tCause = new Throwable("Throwable for exception");
82 * Test for <code>CertificateParsingException(Throwable)</code>
87 Throwable cause = null;
94 * Test for <code>CertificateParsingException(Throwable)</code>
112 * Test for <code>CertificateParsingException(String, Throwable)</code>
124 * Test for <code>CertificateParsingException(String, Throwable)</code>
139 * Test for <code>CertificateParsingException(String, Throwable)</code>
158 * Test for <code>CertificateParsingException(String, Throwable)</code
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
InvalidKeySpecExceptionTest.java 41 private static Throwable tCause = new Throwable("Throwable for exception");
81 * Test for <code>InvalidKeySpecException(Throwable)</code> constructor
86 Throwable cause = null;
93 * Test for <code>InvalidKeySpecException(Throwable)</code> constructor
111 * Test for <code>InvalidKeySpecException(String, Throwable)</code>
122 * Test for <code>InvalidKeySpecException(String, Throwable)</code>
137 * Test for <code>InvalidKeySpecException(String, Throwable)</code>
155 * Test for <code>InvalidKeySpecException(String, Throwable)</code
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java 45 public void testDuration() throws Throwable {
52 public void testOfFloat() throws Throwable {
72 public void testOfFloatBase() throws Throwable {
85 public void testOfInt() throws Throwable {
106 public void testOfObject() throws Throwable {
127 public void testOfPropertyValuesHolder() throws Throwable {
149 public void testGetPropertyName() throws Throwable {
162 public void testSetFloatValues() throws Throwable {
183 public void testGetTarget() throws Throwable {
196 public void testClone() throws Throwable {
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 282 // Throwable propagation
286 * Helper class used in {@link #propagate(Throwable)}.
289 private static Throwable throwable; field in class:ReflectionUtils.ExceptionThrower
291 private ExceptionThrower() throws Throwable {
298 throw throwable;
301 public static synchronized void spit(Throwable t) {
303 ExceptionThrower.throwable = t;
309 ExceptionThrower.throwable = null;
316 * Propagates {@code throwable} as-is without any wrapping. This is trick
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 109 } catch (Throwable t) {
123 } catch (Throwable t) {
136 } catch (Throwable t) {
149 } catch (Throwable t) {
162 } catch (Throwable t) {
176 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_long/
Test_int_to_long.java 83 } catch (Throwable t) {
97 } catch (Throwable t) {
110 } catch (Throwable t) {
123 } catch (Throwable t) {
136 } catch (Throwable t) {
150 } catch (Throwable t) {

Completed in 858 milliseconds

<<11121314151617181920>>