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.
(->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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close