kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
browser-ext
/
com.varabyte.kobweb.browser.file
/
FileErrorException
File
Error
Exception
class
FileErrorException
(
val
file
:
File
)
:
FileException
(
source
)
Members
Constructors
File
Error
Exception
Link copied to clipboard
constructor
(
file
:
File
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
file
Link copied to clipboard
val
file
:
File
message
Link copied to clipboard
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String