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

<<11121314151617181920>>

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLNonTransientConnectionExceptionTest.java 377 * @test java.sql.SQLNonTransientConnectionException(Throwable)
380 Throwable cause = new Exception("MYTHROWABLE");
400 * @test java.sql.SQLNonTransientConnectionException(Throwable)
404 (Throwable) null);
421 * @test java.sql.SQLNonTransientConnectionException(String, Throwable)
424 Throwable cause = new Exception("MYTHROWABLE");
443 * @test java.sql.SQLNonTransientConnectionException(String, Throwable)
447 "MYTESTSTRING", (Throwable) null);
464 * @test java.sql.SQLNonTransientConnectionException(String, Throwable)
467 Throwable cause = new Exception("MYTHROWABLE")
    [all...]
SQLNonTransientExceptionTest.java 328 * @test java.sql.SQLNonTransientException(Throwable)
331 Throwable cause = new Exception("MYTHROWABLE");
349 * @test java.sql.SQLNonTransientException(Throwable)
353 (Throwable) null);
366 * @test java.sql.SQLNonTransientException(String, Throwable)
369 Throwable cause = new Exception("MYTHROWABLE");
386 * @test java.sql.SQLNonTransientException(String, Throwable)
390 "MYTESTSTRING", (Throwable) null);
404 * @test java.sql.SQLNonTransientException(String, Throwable)
407 Throwable cause = new Exception("MYTHROWABLE")
    [all...]
SQLRecoverableExceptionTest.java 328 * @test java.sql.SQLRecoverableException(Throwable)
331 Throwable cause = new Exception("MYTHROWABLE");
349 * @test java.sql.SQLRecoverableException(Throwable)
353 (Throwable) null);
366 * @test java.sql.SQLRecoverableException(String, Throwable)
369 Throwable cause = new Exception("MYTHROWABLE");
386 * @test java.sql.SQLRecoverableException(String, Throwable)
390 "MYTESTSTRING", (Throwable) null);
404 * @test java.sql.SQLRecoverableException(String, Throwable)
407 Throwable cause = new Exception("MYTHROWABLE")
    [all...]
SQLSyntaxErrorExceptionTest.java 328 * @test java.sql.SQLSyntaxErrorException(Throwable)
331 Throwable cause = new Exception("MYTHROWABLE");
349 * @test java.sql.SQLSyntaxErrorException(Throwable)
353 (Throwable) null);
366 * @test java.sql.SQLSyntaxErrorException(String, Throwable)
369 Throwable cause = new Exception("MYTHROWABLE");
386 * @test java.sql.SQLSyntaxErrorException(String, Throwable)
390 "MYTESTSTRING", (Throwable) null);
404 * @test java.sql.SQLSyntaxErrorException(String, Throwable)
407 Throwable cause = new Exception("MYTHROWABLE")
    [all...]
SQLTimeoutExceptionTest.java 328 * @test java.sql.SQLTimeoutException(Throwable)
331 Throwable cause = new Exception("MYTHROWABLE");
348 * @test java.sql.SQLTimeoutException(Throwable)
352 (Throwable) null);
365 * @test java.sql.SQLTimeoutException(String, Throwable)
368 Throwable cause = new Exception("MYTHROWABLE");
385 * @test java.sql.SQLTimeoutException(String, Throwable)
389 "MYTESTSTRING", (Throwable) null);
403 * @test java.sql.SQLTimeoutException(String, Throwable)
406 Throwable cause = new Exception("MYTHROWABLE")
    [all...]
SQLTransactionRollbackExceptionTest.java 365 * @test java.sql.SQLTransactionRollbackException(Throwable)
368 Throwable cause = new Exception("MYTHROWABLE");
388 * @test java.sql.SQLTransactionRollbackException(Throwable)
392 (Throwable) null);
409 * @test java.sql.SQLTransactionRollbackException(String, Throwable)
412 Throwable cause = new Exception("MYTHROWABLE");
431 * @test java.sql.SQLTransactionRollbackException(String, Throwable)
435 "MYTESTSTRING", (Throwable) null);
452 * @test java.sql.SQLTransactionRollbackException(String, Throwable)
455 Throwable cause = new Exception("MYTHROWABLE")
    [all...]
SQLTransientConnectionExceptionTest.java 365 * @test java.sql.SQLTransientConnectionException(Throwable)
368 Throwable cause = new Exception("MYTHROWABLE");
388 * @test java.sql.SQLTransientConnectionException(Throwable)
392 (Throwable) null);
409 * @test java.sql.SQLTransientConnectionException(String, Throwable)
412 Throwable cause = new Exception("MYTHROWABLE");
431 * @test java.sql.SQLTransientConnectionException(String, Throwable)
435 "MYTESTSTRING", (Throwable) null);
452 * @test java.sql.SQLTransientConnectionException(String, Throwable)
455 Throwable cause = new Exception("MYTHROWABLE")
    [all...]
SQLTransientExceptionTest.java 328 * @test java.sql.SQLTransientException(Throwable)
331 Throwable cause = new Exception("MYTHROWABLE");
349 * @test java.sql.SQLTransientException(Throwable)
353 (Throwable) null);
366 * @test java.sql.SQLTransientException(String, Throwable)
369 Throwable cause = new Exception("MYTHROWABLE");
386 * @test java.sql.SQLTransientException(String, Throwable)
390 "MYTESTSTRING", (Throwable) null);
404 * @test java.sql.SQLTransientException(String, Throwable)
407 Throwable cause = new Exception("MYTHROWABLE")
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.sql.BatchUpdateException.html 85 <A NAME="java.sql.BatchUpdateException.ctor_added(int[], java.lang.Throwable)"></A>
86 <nobr><A HREF="../../../../reference/java/sql/BatchUpdateException.html#BatchUpdateException(int[], java.lang.Throwable)" target="_top"><code>BatchUpdateException</code></A>(<code>int[],</nobr> Throwable<nobr><nobr></code>)</nobr>
92 <A NAME="java.sql.BatchUpdateException.ctor_added(java.lang.String, int[], java.lang.Throwable)"></A>
93 <nobr><A HREF="../../../../reference/java/sql/BatchUpdateException.html#BatchUpdateException(java.lang.String, int[], java.lang.Throwable)" target="_top"><code>BatchUpdateException</code></A>(<code>String,</nobr> int[]<nobr>,</nobr> Throwable<nobr><nobr></code>)</nobr>
99 <A NAME="java.sql.BatchUpdateException.ctor_added(java.lang.String, java.lang.String, int, int[], java.lang.Throwable)"></A>
100 <nobr><A HREF="../../../../reference/java/sql/BatchUpdateException.html#BatchUpdateException(java.lang.String, java.lang.String, int, int[], java.lang.Throwable)" target="_top"><code>BatchUpdateException</code></A>(<code>String,</nobr> String<nobr>,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> Throwable<nobr><nobr></code>)</nobr>
106 <A NAME="java.sql.BatchUpdateException.ctor_added(java.lang.String, java.lang.String, int[], java.lang.Throwable)"></A
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide/
Test_move_wide.java 48 } catch (Throwable t) {
61 } catch (Throwable t) {
74 } catch (Throwable t) {
87 } catch (Throwable t) {
102 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/
Test_b2.java 32 } catch (Throwable t) {
45 } catch (Throwable t) {
58 } catch (Throwable t) {
71 } catch (Throwable t) {
84 } catch (Throwable t) {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
AddressDetectionTest.java 26 public void testMultipleAddressesInText() throws Throwable {
39 public void testSplitAddresses() throws Throwable {
58 public void testAddressLimits() throws Throwable {
77 public void testRealAddresses() throws Throwable {
96 public void testSpecialChars() throws Throwable {
  /external/guava/guava/src/com/google/common/util/concurrent/
SettableFuture.java 23 * or {@link #setException(Throwable)} call. It may also be cancelled.
63 * @param throwable the exception the future should hold.
67 public boolean setException(Throwable throwable) {
68 return super.setException(throwable);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementHasAttribute.java 45 * @throws Throwable
48 public void testHasAttribute1() throws Throwable {
59 // public void testHasAttribute2() throws Throwable {
71 public void testHasAttribute3() throws Throwable {
86 public void testHasAttribute4() throws Throwable {
HasAttribute.java 46 * @throws Throwable
49 public void testHasAttribute1() throws Throwable {
62 // public void testHasAttribute2() throws Throwable {
73 public void testHasAttribute3() throws Throwable {
84 public void testHasAttribute4() throws Throwable {
LocalName.java 52 * @throws Throwable
55 public void testGetLocalName1() throws Throwable {
69 public void testGetLocalName2() throws Throwable {
78 public void testGetLocalName3() throws Throwable {
91 public void testGetLocalName4() throws Throwable {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOExceptionWithCause.java 23 * Subclasses IOException with the {@link Throwable} constructors missing before Java 6. If you are using Java 6,
40 * As specified in {@link Throwable}, the message in the given <code>cause</code> is not used in this instance's
49 public IOExceptionWithCause(String message, Throwable cause) {
58 * and message of <code>cause</code>. This constructor is useful for call sites that just wrap another throwable.
64 public IOExceptionWithCause(Throwable cause) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 64 public void testGetDuration() throws Throwable {
71 public void testIsRunning() throws Throwable {
77 public void testIsStarted() throws Throwable {
87 public void testSetInterpolator() throws Throwable {
94 public void testCancel() throws Throwable {
105 public void testEnd() throws Throwable {
122 public void testSetListener() throws Throwable {
145 public void testRemoveListener() throws Throwable {
159 public void testRemoveAllListenerers() throws Throwable {
195 private void startAnimation(final Animator animator) throws Throwable {
    [all...]
AnimatorSetTest.java 52 public void testPlaySequentially() throws Throwable {
64 public void testPlayTogether() throws Throwable {
77 public void testDuration() throws Throwable {
90 public void testStartDelay() throws Throwable {
103 public void testgetChildAnimations() throws Throwable {
113 public void testSetInterpolator() throws Throwable {
154 private void startAnimation(final AnimatorSet animatorSet) throws Throwable {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/packed_switch/
Test_packed_switch.java 74 } catch (Throwable t) {
89 } catch (Throwable t) {
102 } catch (Throwable t) {
115 } catch (Throwable t) {
128 } catch (Throwable t) {
141 } catch (Throwable t) {
155 } catch (Throwable t) {
169 } catch (Throwable t) {
182 } catch (Throwable t) {
196 } catch (Throwable t)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
ExecutionUtils.java 86 } catch (Throwable e) {
92 * Runs given {@link RunnableEx} and logs exceptions using {@link DesignerPlugin#log(Throwable)}.
100 } catch (Throwable e) {
112 } catch (Throwable e) {
123 } catch (Throwable e) {
192 * a {@link Throwable} which may occur.
244 } catch (Throwable e) {
257 } catch (Throwable e) {
272 } catch (Throwable e) {
278 * Runs given {@link RunnableEx} and logs exceptions using {@link DesignerPlugin#log(Throwable)}
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 60 } catch (Throwable t) {
73 } catch (Throwable t) {
86 } catch (Throwable t) {
99 } catch (Throwable t) {
112 } catch (Throwable t) {
125 } catch (Throwable t) {
138 } catch(Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_long/
Test_float_to_long.java 106 } catch (Throwable t) {
122 } catch (Throwable t) {
137 } catch (Throwable t) {
151 } catch (Throwable t) {
165 } catch (Throwable t) {
178 } catch (Throwable t) {
192 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/
Test_if_eqz.java 74 } catch (Throwable t) {
88 } catch (Throwable t) {
101 } catch (Throwable t) {
114 } catch (Throwable t) {
127 } catch (Throwable t) {
140 } catch (Throwable t) {
154 } catch (Throwable t) {

Completed in 958 milliseconds

<<11121314151617181920>>