Liking cljdoc? Tell your friends :D
Clojure only.

javax.print.PrintException

Class PrintException encapsulates a printing-related error condition that occurred while using a Print Service instance. This base class furnishes only a string description of the error. Subclasses furnish more detailed information if applicable.

Class PrintException encapsulates a printing-related error condition that
occurred while using a Print Service instance. This base class
furnishes only a string description of the error. Subclasses furnish more
detailed information if applicable.
raw docstring

->print-exceptionclj

(->print-exception)
(->print-exception s)
(->print-exception s e)

Constructor.

Construct a print exception with the given detail message and chained exception.

s - Detail message, or null if no detail message. - java.lang.String e - Chained exception. - java.lang.Exception

Constructor.

Construct a print exception with the given detail message
 and chained exception.

s - Detail message, or null if no detail message. - `java.lang.String`
e - Chained exception. - `java.lang.Exception`
raw docstring

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

× close