The PrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
The PrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
(->printer-exception)
(->printer-exception msg)
Constructor.
Constructs a new PrinterException object with the specified detail message.
msg - the message to generate when a PrinterException is thrown - java.lang.String
Constructor. Constructs a new PrinterException object with the specified detail message. msg - the message to generate when a PrinterException is thrown - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close