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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |