FileDocCategorySizeDatePackage
SQLException.javaAPI DocAndroid 1.5 API894Wed May 06 22:41:54 BST 2009android.database

SQLException

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