Uses of Class
org.sqlite.SQLiteException
Packages that use SQLiteException
-
Uses of SQLiteException in org.sqlite.core
Methods in org.sqlite.core that return SQLiteExceptionModifier and TypeMethodDescriptionprivate SQLiteException
DB.newSQLException
(int errorCode) Throws SQL Exception with error code.static SQLiteException
DB.newSQLException
(int errorCode, String errorMessage) Throws formatted SQLException with error code and message.