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

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/java/sql/
BatchUpdateException.java 58 * Throwable object is set to the given cause Throwable object.
60 * @param cause the Throwable object for the underlying reason this SQLException
64 public BatchUpdateException(Throwable cause) {
71 * Throwable object is set to the given cause Throwable object. SQLState is
74 * @param cause the Throwable object for the underlying reason this SQLException
78 public BatchUpdateException(int[] updateCounts, Throwable cause) {
84 * Creates an BatchUpdateException object. The cause Throwable object is set
85 * to the given cause Throwable object. SQLState is initialized to nul
    [all...]
SQLException.java 40 public class SQLException extends Exception implements Serializable, Iterable<Throwable> {
105 * cause == null or cause.toString() if cause!=null,and the cause Throwable
106 * object is set to the given cause Throwable object.
109 * the Throwable object for the underlying reason this
114 public SQLException(Throwable theCause) {
120 * the cause Throwable object is set to the given cause Throwable object.
125 * the Throwable object for the underlying reason this
130 public SQLException(String theReason, Throwable theCause) {
137 * and the cause Throwable object is set to the given cause Throwabl
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserException.java 12 protected Throwable detail;
24 public XmlPullParserException(String s, Throwable thrwble) {
36 public XmlPullParserException(String msg, XmlPullParser parser, Throwable chain) {
48 public Throwable getDetail() { return detail; }
49 // public void setDetail(Throwable cause) { this.detail = cause; }
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeBasicsTest.java 88 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable {
93 protected void injectObjectAndReload(final Object object, final String name) throws Throwable {
98 final Class<? extends Annotation> requiredAnnotation) throws Throwable {
114 private void assertRaisesException(String script) throws Throwable {
126 public void testTypeOfInjectedObject() throws Throwable {
132 public void testAdditionNotReflectedUntilReload() throws Throwable {
157 public void testRemovalNotReflectedUntilReload() throws Throwable {
182 public void testRemoveObjectNotAdded() throws Throwable {
199 public void testTypeOfMethod() throws Throwable {
206 public void testTypeOfInvalidMethod() throws Throwable {
    [all...]
JavaBridgeArrayTest.java 97 public void testArrayLength() throws Throwable {
108 public void testPassNull() throws Throwable {
115 public void testPassUndefined() throws Throwable {
122 public void testPassEmptyArray() throws Throwable {
131 public void testPassArrayToStringMethod() throws Throwable {
141 public void testPassArrayToNonStringNonArrayMethod() throws Throwable {
149 public void testPassNonArrayToArrayMethod() throws Throwable {
157 public void testObjectWithLengthProperty() throws Throwable {
168 public void testNonNumericLengthProperty() throws Throwable {
177 public void testLengthOutOfBounds() throws Throwable {
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
GetTitleTest.java 57 private String loadFromDataAndGetTitle(String html) throws Throwable {
63 private PageInfo loadFromUrlAndGetTitle(String html, String filename) throws Throwable {
80 * @throws Throwable
85 public void testLoadDataGetTitle() throws Throwable {
92 * @throws Throwable
96 public void testGetTitleOnDataContainingEmptyTitle() throws Throwable {
106 * @throws Throwable
110 public void testGetTitleOnDataContainingNoTitle() throws Throwable {
119 * @throws Throwable
123 public void testLoadUrlGetTitle() throws Throwable {
    [all...]
AwZoomTest.java 54 private boolean isMultiTouchZoomSupportedOnUiThread() throws Throwable {
63 private int getVisibilityOnUiThread(final View view) throws Throwable {
72 private View getZoomControlsOnUiThread() throws Throwable {
81 private void invokeZoomPickerOnUiThread() throws Throwable {
90 private boolean zoomInOnUiThreadAndWait() throws Throwable {
103 private boolean zoomOutOnUiThreadAndWait() throws Throwable {
116 private boolean waitForScaleChange(final float previousScale) throws Throwable {
122 } catch (Throwable t) {
131 private boolean waitUntilCanZoomIn() throws Throwable {
137 } catch (Throwable t)
    [all...]
WebViewFindApisTestBase.java 29 } catch (Throwable t) {
44 private AwContents loadContentsFromStringSync(final String html) throws Throwable {
69 * @throws Throwable
72 throws Throwable {
97 * @throws Throwable
100 throws Throwable {
121 * @throws Throwable
123 protected void clearMatchesOnUiThread() throws Throwable {
145 public int get(long timeout, TimeUnit unit) throws Throwable {
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionListenerProxy.java 54 } catch (Throwable t) {
70 } catch (Throwable t) {
85 } catch (Throwable t) {
101 } catch (Throwable t) {
116 } catch (Throwable t) {
132 } catch (Throwable t) {
147 } catch (Throwable t) {
163 } catch (Throwable t) {
179 } catch (Throwable t) {
194 } catch (Throwable t)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 44 private List<Throwable> mTraces;
68 public List<Throwable> getFirstTrace() {
138 public void error(String tag, String message, Throwable throwable, Object data) {
140 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
141 if (throwable != null) {
142 if (throwable instanceof ClassNotFoundException) {
153 if (description.equals(throwable.getLocalizedMessage()) ||
154 description.equals(throwable.getMessage())) {
157 recordThrowable(throwable);
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadio.java 136 protected void finalize() throws Throwable {
173 Log.d(TAG, Log.getStackTraceString(new Throwable()));
194 Log.d(TAG, Log.getStackTraceString(new Throwable()));
216 Log.d(TAG, Log.getStackTraceString(new Throwable()));
237 Log.d(TAG, Log.getStackTraceString(new Throwable()));
258 Log.d(TAG, Log.getStackTraceString(new Throwable()));
275 Log.d(TAG, Log.getStackTraceString(new Throwable()));
292 Log.d(TAG, Log.getStackTraceString(new Throwable()));
309 Log.d(TAG, Log.getStackTraceString(new Throwable()));
326 Log.d(TAG, Log.getStackTraceString(new Throwable()));
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 44 * @title Throwing of the objectref on the class Throwable
50 fail("must throw a Throwable");
51 } catch (Throwable e) {
57 * @title Throwing of the objectref on the subclass of Throwable
112 } catch (Throwable t) {
128 } catch (Throwable t) {
142 } catch (Throwable t) {
150 * with java.lang.Throwable
157 } catch (Throwable t) {
  /external/easymock/src/org/easymock/internal/
RecordState.java 103 public void andThrow(Throwable throwable) {
104 requireMethodCall("Throwable");
105 requireValidThrowable(throwable);
109 lastResult = Result.createThrowResult(throwable);
172 public void andStubThrow(Throwable throwable) {
173 requireMethodCall("stub Throwable");
174 requireValidThrowable(throwable);
178 behavior.addStub(lastInvocation, Result.createThrowResult(throwable));
    [all...]
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeArrayTest.java 109 public void testArrayLength() throws Throwable {
118 public void testPassNull() throws Throwable {
123 public void testPassUndefined() throws Throwable {
128 public void testPassEmptyArray() throws Throwable {
135 public void testPassArrayToStringMethod() throws Throwable {
143 public void testPassArrayToNonStringNonArrayMethod() throws Throwable {
149 public void testPassNonArrayToArrayMethod() throws Throwable {
155 public void testObjectWithLengthProperty() throws Throwable {
164 public void testNonNumericLengthProperty() throws Throwable {
171 public void testLengthOutOfBounds() throws Throwable {
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 41 public void testDuration() throws Throwable {
48 public void testIsRunning() throws Throwable {
55 public void testIsStarted() throws Throwable {
65 public void testRepeatMode() throws Throwable {
72 public void testRepeatCount() throws Throwable {
85 public void testCurrentPlayTime() throws Throwable {
92 public void testGetFrameDelay() throws Throwable {
101 public void testSetInterpolator() throws Throwable {
108 public void testCancel() throws Throwable {
115 public void testEnd() throws Throwable {
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
java.lang.Throwable.html 10 java.lang.Throwable
74 Class java.lang.<A HREF="../../../../reference/java/lang/Throwable.html" target="_top"><font size="+2"><code>Throwable</code></font></A>
85 <A NAME="java.lang.Throwable.ctor_added(java.lang.String, java.lang.Throwable, boolean, boolean)"></A>
86 <nobr><A HREF="../../../../reference/java/lang/Throwable.html#Throwable(java.lang.String, java.lang.Throwable, boolean, boolean)" target="_top"><code>Throwable</code></A>(<code>String,</nobr> Throwable<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/
Test_move.java 40 } catch (Throwable t) {
53 } catch (Throwable t) {
66 } catch (Throwable t) {
79 } catch (Throwable t) {
92 } catch (Throwable t) {
107 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_16/
Test_move_16.java 47 } catch (Throwable t) {
60 } catch (Throwable t) {
73 } catch (Throwable t) {
86 } catch (Throwable t) {
99 } catch (Throwable t) {
114 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_from16/
Test_move_from16.java 39 } catch (Throwable t) {
52 } catch (Throwable t) {
65 } catch (Throwable t) {
78 } catch (Throwable t) {
91 } catch (Throwable t) {
106 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object/
Test_move_object.java 41 } catch (Throwable t) {
54 } catch (Throwable t) {
67 } catch (Throwable t) {
80 } catch (Throwable t) {
93 } catch (Throwable t) {
108 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object_16/
Test_move_object_16.java 40 } catch (Throwable t) {
53 } catch (Throwable t) {
66 } catch (Throwable t) {
79 } catch (Throwable t) {
92 } catch (Throwable t) {
107 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object_from16/
Test_move_object_from16.java 41 } catch (Throwable t) {
54 } catch (Throwable t) {
67 } catch (Throwable t) {
80 } catch (Throwable t) {
93 } catch (Throwable t) {
108 } catch (Throwable t) {
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
InvalidPreferencesFormatExceptionTest.java 42 * Throwable)
45 Throwable t = new Throwable("root");
55 * Class under test for void InvalidPreferencesFormatException(Throwable)
58 Throwable t = new Throwable("root");
  /external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java 42 public void trace(Object message, Throwable t) { }
46 public void debug(Object message, Throwable t) { }
50 public void info(Object message, Throwable t) { }
54 public void warn(Object message, Throwable t) { }
58 public void error(Object message, Throwable t) { }
62 public void fatal(Object message, Throwable t) { }
  /external/junit/src/org/junit/internal/runners/rules/
RuleFieldValidator.java 47 public void validate(TestClass target, List<Throwable> errors) {
53 private void validateField(FrameworkField field, List<Throwable> errors) {
60 List<Throwable> errors) {
65 private void validatePublic(FrameworkField field, List<Throwable> errors) {
71 List<Throwable> errors) {
86 private void addError(List<Throwable> errors, FrameworkField field,

Completed in 2196 milliseconds

1 2 3 4 5 67 8 91011>>