Liking cljdoc? Tell your friends :D
Clojure only.

javax.imageio.IIOException

An exception class used for signaling run-time failure of reading and writing operations.

In addition to a message string, a reference to another Throwable (Error or Exception) is maintained. This reference, if non-null, refers to the event that caused this exception to occur. For example, an IOException while reading from a File would be stored there.

An exception class used for signaling run-time failure of reading
and writing operations.

 In addition to a message string, a reference to another
Throwable (Error or
Exception) is maintained.  This reference, if
non-null, refers to the event that caused this
exception to occur.  For example, an IOException while
reading from a File would be stored there.
raw docstring

->iio-exceptionclj

(->iio-exception message)
(->iio-exception message cause)

Constructor.

Constructs an IIOException with a given message String and a Throwable that was its underlying cause.

message - the error message. - java.lang.String cause - the Throwable (Error or Exception) that caused this exception to occur. - java.lang.Throwable

Constructor.

Constructs an IIOException with a given message
 String and a Throwable that was its
 underlying cause.

message - the error message. - `java.lang.String`
cause - the Throwable (Error or Exception) that caused this exception to occur. - `java.lang.Throwable`
raw docstring

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

× close