Liking cljdoc? Tell your friends :D

jdk.nio.file.DirectoryIteratorException

Runtime exception thrown if an I/O error is encountered when iterating over the entries in a directory. The I/O error is retrieved as an IOException using the getCause() method.

Runtime exception thrown if an I/O error is encountered when iterating over
the entries in a directory. The I/O error is retrieved as an IOException using the getCause() method.
raw docstring

->directory-iterator-exceptionclj

(->directory-iterator-exception cause)

Constructor.

Constructs an instance of this class.

cause - the IOException that caused the directory iteration to fail - java.io.IOException

throws: java.lang.NullPointerException - if the cause is null

Constructor.

Constructs an instance of this class.

cause - the IOException that caused the directory iteration to fail - `java.io.IOException`

throws: java.lang.NullPointerException - if the cause is null
raw docstring

get-causeclj

(get-cause this)

Returns the cause of this exception.

returns: the cause - java.io.IOException

Returns the cause of this exception.

returns: the cause - `java.io.IOException`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close