public class

SQLiteException

extends SQLException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.tencent.wcdb.SQLException
           ↳ com.tencent.wcdb.database.SQLiteException
Known Direct Subclasses

Class Overview

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

Summary

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

Public Constructors

public SQLiteException ()

public SQLiteException (String error)

public SQLiteException (String error, Throwable cause)