gtk-kt
glib
/
org.gtk.glib
/
KGError
KGError
open
class
KGError
(
pointer
:
CPointer
<
GError
>
)
:
Exception
Content copied to clipboard
kotlinx-gtk
13 / 04 / 2021
Types
Constructors
Functions
Properties
See also
See also
GError
Constructors
KGError
Link copied to clipboard
fun
KGError
(
domain
:
UInt
,
code
:
Int
,
message
:
String
)
Content copied to clipboard
KGError
Link copied to clipboard
fun
KGError
(
pointer
:
CPointer
<
GError
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
copy
Link copied to clipboard
fun
copy
(
)
:
KGError
Content copied to clipboard
free
Link copied to clipboard
fun
free
(
)
Content copied to clipboard
get
Stack
Trace
Link copied to clipboard
fun
getStackTrace
(
)
:
Array
<
String
>
Content copied to clipboard
matches
Link copied to clipboard
fun
matches
(
domain
:
UInt
,
code
:
Int
)
:
Boolean
Content copied to clipboard
print
Stack
Trace
Link copied to clipboard
fun
printStackTrace
(
)
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
Content copied to clipboard
code
Link copied to clipboard
val
code
:
Int
Content copied to clipboard
domain
Link copied to clipboard
val
domain
:
UInt
Content copied to clipboard
message
Link copied to clipboard
open
val
message
:
String
?
Content copied to clipboard
pointer
Link copied to clipboard
val
pointer
:
CPointer
<
GError
>
Content copied to clipboard