Package android.database.sqlite
Class SQLiteBindOrColumnIndexOutOfRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException
-
- All Implemented Interfaces:
Serializable
public class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException
Thrown if the the bind or column parameter index is out of range- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLiteBindOrColumnIndexOutOfRangeException()SQLiteBindOrColumnIndexOutOfRangeException(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
-
SQLiteBindOrColumnIndexOutOfRangeException
public SQLiteBindOrColumnIndexOutOfRangeException()
-
SQLiteBindOrColumnIndexOutOfRangeException
public SQLiteBindOrColumnIndexOutOfRangeException(String error)
-
-