Liking cljdoc? Tell your friends :D

jdk.io.UncheckedIOException

Wraps an IOException with an unchecked exception.

Wraps an IOException with an unchecked exception.
raw docstring

->unchecked-io-exceptionclj

(->unchecked-io-exception cause)
(->unchecked-io-exception message cause)

Constructor.

Constructs an instance of this class.

message - the detail message, can be null - java.lang.String cause - the IOException - java.io.IOException

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

Constructor.

Constructs an instance of this class.

message - the detail message, can be null - `java.lang.String`
cause - the IOException - `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 IOException which is the cause of this exception. - java.io.IOException

Returns the cause of this exception.

returns: the IOException which is the cause of this exception. - `java.io.IOException`
raw docstring

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

× close