HomeSort by relevance Sort by last modified time
    Searched refs:Throwable (Results 226 - 250 of 2563) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/sql/
SQLRecoverableException.java 77 * cause Throwable object is set to the given cause Throwable object.
80 * the Throwable object for the underlying reason this
83 public SQLRecoverableException(Throwable cause) {
89 * the given and the cause Throwable object is set to the given cause
90 * Throwable object.
95 * the Throwable object for the underlying reason this
98 public SQLRecoverableException(String reason, Throwable cause) {
105 * string and the cause Throwable object is set to the given cause Throwable
    [all...]
SQLSyntaxErrorException.java 77 * cause Throwable object is set to the given cause Throwable object.
80 * the Throwable object for the underlying reason this
83 public SQLSyntaxErrorException(Throwable cause) {
89 * the given and the cause Throwable object is set to the given cause
90 * Throwable object.
95 * the Throwable object for the underlying reason this
98 public SQLSyntaxErrorException(String reason, Throwable cause) {
105 * string and the cause Throwable object is set to the given cause Throwable
    [all...]
SQLTimeoutException.java 76 * Throwable object is set to the given cause Throwable object.
79 * the Throwable object for the underlying reason this
82 public SQLTimeoutException(Throwable cause) {
88 * given and the cause Throwable object is set to the given cause Throwable
94 * the Throwable object for the underlying reason this
97 public SQLTimeoutException(String reason, Throwable cause) {
104 * string and the cause Throwable object is set to the given cause Throwable
    [all...]
SQLTransactionRollbackException.java 78 * the cause Throwable object is set to the given cause Throwable object.
81 * the Throwable object for the underlying reason this
84 public SQLTransactionRollbackException(Throwable cause) {
90 * set to the given and the cause Throwable object is set to the given cause
91 * Throwable object.
96 * the Throwable object for the underlying reason this
99 public SQLTransactionRollbackException(String reason, Throwable cause) {
106 * SQLState string and the cause Throwable object is set to the given cause
107 * Throwable object
    [all...]
SQLTransientConnectionException.java 78 * the cause Throwable object is set to the given cause Throwable object.
81 * the Throwable object for the underlying reason this
84 public SQLTransientConnectionException(Throwable cause) {
90 * set to the given and the cause Throwable object is set to the given cause
91 * Throwable object.
96 * the Throwable object for the underlying reason this
99 public SQLTransientConnectionException(String reason, Throwable cause) {
106 * SQLState string and the cause Throwable object is set to the given cause
107 * Throwable object
    [all...]
SQLTransientException.java 76 * Throwable object is set to the given cause Throwable object.
79 * the Throwable object for the underlying reason this
82 public SQLTransientException(Throwable cause) {
88 * given and the cause Throwable object is set to the given cause Throwable
94 * the Throwable object for the underlying reason this
97 public SQLTransientException(String reason, Throwable cause) {
104 * string and the cause Throwable object is set to the given cause Throwable
    [all...]
  /libcore/luni/src/main/java/java/util/
ServiceConfigurationError.java 40 public ServiceConfigurationError(String message, Throwable cause) {
  /libcore/luni/src/main/java/java/util/prefs/
BackingStoreException.java 43 * {@code Throwable}.
46 * the nested {@code Throwable}.
48 public BackingStoreException (Throwable t) {
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpressionException.java 58 public XPathExpressionException(Throwable cause) {
XPathFactoryConfigurationException.java 58 public XPathFactoryConfigurationException(Throwable cause) {
XPathFunctionException.java 58 public XPathFunctionException(Throwable cause) {
  /libcore/luni/src/test/java/libcore/java/lang/
AssertionErrorTest.java 25 ae.initCause(new Throwable());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptExecException.java 26 AaptExecException(String message, Throwable cause) {
ProguardExecException.java 26 ProguardExecException(String message, Throwable cause) {
  /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...]
  /cts/tests/tests/media/src/android/media/cts/
StreamingMediaPlayerTest.java 120 public void testPlayMp3Stream1() throws Throwable {
123 public void testPlayMp3Stream2() throws Throwable {
126 public void testPlayMp3StreamRedirect() throws Throwable {
129 public void testPlayMp3StreamNoLength() throws Throwable {
132 public void testPlayOggStream() throws Throwable {
135 public void testPlayOggStreamRedirect() throws Throwable {
138 public void testPlayOggStreamNoLength() throws Throwable {
143 throws Throwable {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/
Test_aget.java 96 } catch (Throwable t) {
109 } catch (Throwable t) {
122 } catch (Throwable t) {
135 } catch (Throwable t) {
148 } catch (Throwable t) {
161 } catch (Throwable t) {
174 } catch (Throwable t) {
188 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/
Test_aget_boolean.java 96 } catch (Throwable t) {
109 } catch (Throwable t) {
122 } catch (Throwable t) {
135 } catch (Throwable t) {
148 } catch (Throwable t) {
161 } catch (Throwable t) {
174 } catch (Throwable t) {
188 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/
Test_aget_byte.java 97 } catch (Throwable t) {
110 } catch (Throwable t) {
123 } catch (Throwable t) {
136 } catch (Throwable t) {
149 } catch (Throwable t) {
162 } catch (Throwable t) {
175 } catch (Throwable t) {
189 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/
Test_aget_char.java 96 } catch (Throwable t) {
109 } catch (Throwable t) {
122 } catch (Throwable t) {
135 } catch (Throwable t) {
148 } catch (Throwable t) {
161 } catch (Throwable t) {
174 } catch (Throwable t) {
188 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/
Test_aget_object.java 94 } catch (Throwable t) {
107 } catch (Throwable t) {
120 } catch (Throwable t) {
133 } catch (Throwable t) {
146 } catch (Throwable t) {
159 } catch (Throwable t) {
172 } catch (Throwable t) {
186 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/
Test_aget_short.java 96 } catch (Throwable t) {
109 } catch (Throwable t) {
122 } catch (Throwable t) {
135 } catch (Throwable t) {
148 } catch (Throwable t) {
161 } catch (Throwable t) {
174 } catch (Throwable t) {
188 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/
Test_aput.java 97 } catch (Throwable t) {
110 } catch (Throwable t) {
123 } catch (Throwable t) {
136 } catch (Throwable t) {
149 } catch (Throwable t) {
162 } catch (Throwable t) {
175 } catch (Throwable t) {
189 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gez/
Test_if_gez.java 58 } 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) {
152 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gtz/
Test_if_gtz.java 58 } catch (Throwable t) {
72 } catch (Throwable t) {
85 } catch (Throwable t) {
98 } catch (Throwable t) {
111 } catch (Throwable t) {
124 } catch (Throwable t) {
137 } catch (Throwable t) {
151 } catch (Throwable t) {

Completed in 677 milliseconds

1 2 3 4 5 6 7 8 91011>>