FileDocCategorySizeDatePackage
Exception.javaAPI DocAndroid 1.5 API285Wed May 06 22:41:06 BST 2009SQLite

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