Uses of Class
io.roastedroot.sqlite4j.SQLiteException
-
Packages that use SQLiteException Package Description io.roastedroot.sqlite4j.core -
-
Uses of SQLiteException in io.roastedroot.sqlite4j.core
Methods in io.roastedroot.sqlite4j.core that return SQLiteException Modifier and Type Method Description static SQLiteExceptionDB. newSQLException(int errorCode, String errorMessage)Throws formatted SQLException with error code and message.
-