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 SQLiteExceptionDB.newSQLException(int errorCode) Throws SQL Exception with error code.static SQLiteExceptionDB.newSQLException(int errorCode, String errorMessage) Throws formatted SQLException with error code and message.