Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.gvm.internals.vfs
/
GuestIOException
Guest
IOException
abstract
class
GuestIOException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
IOException
Internal base class for I/O exceptions raised from guest operations.
Members
Constructors
Guest
IOException
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?