ksubprocess
Toggle table of contents
0.9.0
posix
Platform filter
posix
Switch theme
Search in API
ksubprocess
ksubprocess
/
ksubprocess.io
/
PosixException
/
InterruptedException
Interrupted
Exception
posix
class
InterruptedException
(
message
:
String
)
:
PosixException
Members
Constructors
Interrupted
Exception
Link copied to clipboard
posix
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
posix
open
val
cause
:
Throwable
?
errno
Link copied to clipboard
posix
val
errno
:
Int
error code that caused this exception
message
Link copied to clipboard
posix
open
val
message
:
String
?
Functions
get
Stack
Trace
Link copied to clipboard
posix
@
ExperimentalNativeApi
fun
getStackTrace
(
)
:
Array
<
String
>
print
Stack
Trace
Link copied to clipboard
posix
fun
printStackTrace
(
)
to
String
Link copied to clipboard
posix
open
fun
toString
(
)
:
String