Stay organized with collections
Save and categorize content based on your preferences.
SQLException
open class SQLException : RuntimeException
Known Direct Subclasses
SQLiteException |
A SQLite exception that indicates there was an error with SQL parsing or execution.
|
|
Known Indirect Subclasses
SQLiteAbortException, SQLiteAccessPermException, SQLiteBindOrColumnIndexOutOfRangeException, SQLiteBlobTooBigException, SQLiteCantOpenDatabaseException, SQLiteConstraintException, SQLiteDatabaseCorruptException, SQLiteDatabaseLockedException, SQLiteDatatypeMismatchException, SQLiteDiskIOException, SQLiteDoneException, SQLiteFullException, and 4 others.
|
An exception that indicates there was an error with SQL parsing or execution.
Summary
Public constructors
SQLException
SQLException()
SQLException
SQLException(error: String!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-11 UTC.