# Print output for @column tags ?> SQLiteDatabaseCorruptException - Android SDK | Android Developers

Most visited

Recently visited

SQLiteDatabaseCorruptException

public class SQLiteDatabaseCorruptException
extends SQLiteException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.database.SQLException
           ↳ android.database.sqlite.SQLiteException
             ↳ android.database.sqlite.SQLiteDatabaseCorruptException


An exception that indicates that the SQLite database file is corrupt.

Summary

Public constructors

SQLiteDatabaseCorruptException()
SQLiteDatabaseCorruptException(String error)

Inherited methods

Public constructors

SQLiteDatabaseCorruptException

public SQLiteDatabaseCorruptException ()

SQLiteDatabaseCorruptException

public SQLiteDatabaseCorruptException (String error)

Parameters
error String