public class SQLiteAbortException
extends SQLiteException
| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | android.database.SQLException | |||||
| ↳ | android.database.sqlite.SQLiteException | |||||
| ↳ | android.database.sqlite.SQLiteAbortException | |||||
指示SQLite程序中止的异常。 这可以通过在触发器中调用ABORT或者由于使用ABORT冲突子句来实现。
Public constructors |
|
|---|---|
SQLiteAbortException() |
|
SQLiteAbortException(String error) |
|
Inherited methods |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
SQLiteAbortException (String error)
| Parameters | |
|---|---|
error |
String
|