toggle menu
filesystem
0.0.1
common
jvm
nonJvm
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem
/
FileSystemException
File
System
Exception
common
jvm
nonJvm
expect
open
class
FileSystemException
:
IOException
Inheritors
AccessDeniedException
AtomicMoveNotSupportedException
DirectoryNotEmptyException
FileAlreadyExistsException
FileSystemLoopException
NoSuchFileException
NotDirectoryException
NotLinkException
actual
typealias
FileSystemException
=
<Error class: unknown class>
actual
open
class
FileSystemException
:
IOException
Inheritors
AccessDeniedException
AtomicMoveNotSupportedException
DirectoryNotEmptyException
FileAlreadyExistsException
FileSystemLoopException
NoSuchFileException
NotDirectoryException
NotLinkException
Members
Members & Extensions
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
file
Link copied to clipboard
val
FileSystemException
.
file
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
other
File
Link copied to clipboard
val
FileSystemException
.
otherFile
:
String
?
reason
Link copied to clipboard
val
FileSystemException
.
reason
:
String
?
Functions
get
File
Link copied to clipboard
common
nonJvm
expect
open
fun
getFile
(
)
:
String
?
actual
open
fun
getFile
(
)
:
String
?
get
Other
File
Link copied to clipboard
common
nonJvm
expect
open
fun
getOtherFile
(
)
:
String
?
actual
open
fun
getOtherFile
(
)
:
String
?
get
Reason
Link copied to clipboard
common
nonJvm
expect
open
fun
getReason
(
)
:
String
?
actual
open
fun
getReason
(
)
:
String
?