HomeSort by relevance Sort by last modified time
    Searched defs:SQLException (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/database/
SQLException.java 22 public class SQLException extends RuntimeException
24 public SQLException() {}
26 public SQLException(String error)
  /cts/tests/tests/database/src/android/database/cts/
SQLExceptionTest.java 19 import android.database.SQLException;
26 @TestTargetClass(android.database.SQLException.class)
32 notes = "Test constructors of SQLException.",
33 method = "SQLException",
38 notes = "Test constructors of SQLException.",
39 method = "SQLException",
46 // Test SQLException()
48 throw new SQLException();
49 } catch (SQLException e) {
53 // Test SQLException(String
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLException.java 27 * The {@code SQLException} class provides the following information:
44 public class SQLException extends Exception implements Serializable {
52 private SQLException next = null;
55 * Creates an {@code SQLException} object. The reason string is set to
59 public SQLException() {
64 * Creates an {@code SQLException} object. The reason string is set to the given
71 public SQLException(String theReason) {
76 * Creates an {@code SQLException} object. The reason string is set to the
85 public SQLException(String theReason, String theSQLState) {
90 * Creates an {@code SQLException} object. The reason string is set to th
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 157 milliseconds