Home | History | Annotate | Download | only in jni

Lines Matching refs:exceptionClass

63     const char* exceptionClass;
66 exceptionClass = "android/database/sqlite/SQLiteDiskIOException";
70 exceptionClass = "android/database/sqlite/SQLiteDatabaseCorruptException";
73 exceptionClass = "android/database/sqlite/SQLiteConstraintException";
76 exceptionClass = "android/database/sqlite/SQLiteAbortException";
79 exceptionClass = "android/database/sqlite/SQLiteDoneException";
83 exceptionClass = "android/database/sqlite/SQLiteFullException";
86 exceptionClass = "android/database/sqlite/SQLiteMisuseException";
89 exceptionClass = "android/database/sqlite/SQLiteAccessPermException";
92 exceptionClass = "android/database/sqlite/SQLiteDatabaseLockedException";
95 exceptionClass = "android/database/sqlite/SQLiteTableLockedException";
98 exceptionClass = "android/database/sqlite/SQLiteReadOnlyDatabaseException";
101 exceptionClass = "android/database/sqlite/SQLiteCantOpenDatabaseException";
104 exceptionClass = "android/database/sqlite/SQLiteBlobTooBigException";
107 exceptionClass = "android/database/sqlite/SQLiteBindOrColumnIndexOutOfRangeException";
110 exceptionClass = "android/database/sqlite/SQLiteOutOfMemoryException";
113 exceptionClass = "android/database/sqlite/SQLiteDatatypeMismatchException";
116 exceptionClass = "android/os/OperationCanceledException";
119 exceptionClass = "android/database/sqlite/SQLiteException";
131 jniThrowException(env, exceptionClass, fullMessage.string());
133 jniThrowException(env, exceptionClass, message);