Sqkon
Toggle table of contents
1.2.0
android
common
ios
jvm
Target filter
android
common
ios
jvm
Switch theme
Search in API
Skip to content
Sqkon
Sqkon
/
com.mercury.sqkon.db
/
SqlException
Sql
Exception
android
common
ios
jvm
actual
typealias
SqlException
=
SQLException
(
source
)
expect
class
SqlException
:
Exception
(
source
)
actual
class
SqlException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
actual
typealias
SqlException
=
SQLException
Members
Constructors
Sql
Exception
Link copied to clipboard
ios
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
common
ios
expect
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
ios
expect
open
val
message
:
String
?
open
val
message
:
String
?
Functions
get
Stack
Trace
Link copied to clipboard
ios
@
ExperimentalNativeApi
fun
getStackTrace
(
)
:
Array
<
String
>
print
Stack
Trace
Link copied to clipboard
ios
fun
printStackTrace
(
)
to
String
Link copied to clipboard
ios
open
override
fun
toString
(
)
:
String