Package android.database.sqlite
Class SQLiteDoneException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- android.database.sqlite.SQLiteDoneException
-
- All Implemented Interfaces:
Serializable
public class SQLiteDoneException extends SQLiteException
An exception that indicates that the SQLite program is done. Thrown when an operation that expects a row (such asSQLiteStatement.simpleQueryForString()orSQLiteStatement.simpleQueryForLong()) does not get one.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLiteDoneException()SQLiteDoneException(String error)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SQLiteDoneException
public SQLiteDoneException()
-
SQLiteDoneException
public SQLiteDoneException(String error)
-
-