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
/
FileException
File
Exception
abstract
class
FileException
(
val
file
:
File
,
message
:
String
)
:
Throwable
(
source
)
Inheritors
FileErrorException
Members
Constructors
File
Exception
Link copied to clipboard
constructor
(
file
:
File
,
message
:
String
)
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