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)
SQLiteException
SQLiteException (String error,
Throwable cause)
Parameters |
error |
String
|
cause |
Throwable
|