SQLiteException
public class SQLiteException
extends SQLException
Known Direct Subclasses
SQLiteAbortException,
SQLiteAccessPermException,
SQLiteBindOrColumnIndexOutOfRangeException,
SQLiteBlobTooBigException,
SQLiteCantOpenDatabaseException,
SQLiteConstraintException,
SQLiteDatabaseCorruptException,
SQLiteDatabaseLockedException,
SQLiteDatatypeMismatchException,
SQLiteDiskIOException,
SQLiteDoneException,
SQLiteFullException,
SQLiteMisuseException,
SQLiteOutOfMemoryException,
SQLiteReadOnlyDatabaseException,
SQLiteTableLockedException
|
一个SQLite异常,指示SQL解析或执行时出现错误。
摘要(Summary)
Public constructors
SQLiteException
SQLiteException ()
SQLiteException
SQLiteException (String error)
参数(Parameters) |
error |
String
|
SQLiteException
SQLiteException (String error,
Throwable cause)
参数(Parameters) |
error |
String
|
cause |
Throwable
|