Added in API level 26
ClosedDirectoryStreamException
open class ClosedDirectoryStreamException : IllegalStateException
kotlin.Any | |||||
↳ | kotlin.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | java.lang.IllegalStateException | ||||
↳ | java.nio.file.ClosedDirectoryStreamException |
Unchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed.
Summary
Public constructors | |
---|---|
Constructs an instance of this class. |
Public constructors
ClosedDirectoryStreamException
Added in API level 26
ClosedDirectoryStreamException()
Constructs an instance of this class.