File
Doc
Category
Size
Date
Package
Exception.java
API Doc
Android 1.5 API
285
Wed May 06 22:41:06 BST 2009
SQLite
Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class Exception extends Exception
Class for SQLite related exceptions.
Fields Summary
Constructors Summary
public Exception
(
String
string)
Construct a new SQLite exception.
param
string error message
super(string);
Methods Summary
Java Code Source