SQLiteException



An exception that indicates that something has gone wrong and a error code was produced.

See Result and Error codes

Summary

Public properties

open Throwable?
Cmn
open Throwable?
android
open String?
Cmn
open String?
android

Public functions

addSuppressed

fun addSuppressed(@RecentlyNonNull p0: Throwable): Unit

fillInStackTrace

@RecentlyNonNull
open fun fillInStackTrace(): Throwable

getLocalizedMessage

@RecentlyNullable
open fun getLocalizedMessage(): String

getStackTrace

@RecentlyNonNull
open fun getStackTrace(): Array<StackTraceElement>

getSuppressed

@RecentlyNonNull
fun getSuppressed(): Array<Throwable>

initCause

@RecentlyNonNull
open fun initCause(@RecentlyNullable p0: Throwable): Throwable

printStackTrace

open fun printStackTrace(): Unit

printStackTrace

open fun printStackTrace(@RecentlyNonNull p0: PrintStream): Unit

printStackTrace

open fun printStackTrace(@RecentlyNonNull p0: PrintWriter): Unit

setStackTrace

open fun setStackTrace(@RecentlyNonNull p0: Array<StackTraceElement>): Unit

Public properties

cause

open val causeThrowable?

cause

open val causeThrowable?

message

open val messageString?

message

open val messageString?