Liking cljdoc? Tell your friends :D

jdk.nio.file.NoSuchFileException

Checked exception thrown when an attempt is made to access a file that does not exist.

Checked exception thrown when an attempt is made to access a file that does
not exist.
raw docstring

->no-such-file-exceptionclj

(->no-such-file-exception file)
(->no-such-file-exception file other reason)

Constructor.

Constructs an instance of this class.

file - a string identifying the file or null if not known. - java.lang.String other - a string identifying the other file or null if not known. - java.lang.String reason - a reason message with additional information or null - java.lang.String

Constructor.

Constructs an instance of this class.

file - a string identifying the file or null if not known. - `java.lang.String`
other - a string identifying the other file or null if not known. - `java.lang.String`
reason - a reason message with additional information or null - `java.lang.String`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close