File
Doc
Category
Size
Date
Package
SQLException.java
API Doc
Android 1.5 API
894
Wed May 06 22:41:54 BST 2009
android.database
SQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
public class SQLException extends RuntimeException
An exception that indicates there was an error with SQL parsing or execution.
Fields Summary
Constructors Summary
public SQLException
()
public SQLException
(
String
error)
super(error);
Methods Summary
Java Code Source