Wasm-sqlite-open-helper
Toggle table of contents
android
common
jvm
Platform filter
android
common
jvm
Switch theme
Search in API
Wasm-sqlite-open-helper
sqlite-open-helper
/
at.released.wasm.sqlite.open.helper.exception
/
AndroidSqlException
Android
Sql
Exception
android
common
jvm
actual
typealias
AndroidSqlException
=
SQLException
(
source
)
expect
open
class
AndroidSqlException
:
RuntimeException
Inheritors
AndroidSqliteException
actual
open
class
AndroidSqlException
:
RuntimeException
(
source
)
Inheritors
AndroidSqliteException
Members
Constructors
Android
Sql
Exception
Link copied to clipboard
common
jvm
expect
constructor
(
)
expect
constructor
(
message
:
String
?
)
expect
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)