Liking cljdoc? Tell your friends :D

jdk.nio.file.NotLinkException

Checked exception thrown when a file system operation fails because a file is not a symbolic link.

Checked exception thrown when a file system operation fails because a file
is not a symbolic link.
raw docstring

(->not-link-exception file)
(->not-link-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 is a website building & hosting documentation for Clojure/Script libraries

× close