gtk-kt
gtk
/
org.gtk
/
ClosedException
Closed
Exception
class
ClosedException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
Exception
Content copied to clipboard
Functions
Properties
Functions
get
Stack
Trace
Link copied to clipboard
fun
getStackTrace
(
)
:
Array
<
String
>
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
message
Link copied to clipboard
open
val
message
:
String
?
Content copied to clipboard