Uses of Class
org.sqlite.SQLiteException
-
Packages that use SQLiteException Package Description org.sqlite.core -
-
Uses of SQLiteException in org.sqlite.core
Methods in org.sqlite.core that return SQLiteException Modifier and Type Method Description private SQLiteException
DB. newSQLException(int errorCode)
Throws SQL Exception with error code.static SQLiteException
DB. newSQLException(int errorCode, java.lang.String errorMessage)
Throws formatted SQLException with error code and message.
-