public class

SQLException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.database.SQLException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

An exception that indicates there was an error with SQL parsing or execution.

Summary

Public Constructors
SQLException()
SQLException(String error)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SQLException ()

Since: API Level 1

public SQLException (String error)

Since: API Level 1