The PrinterAbortException class is a subclass of PrinterException and is used to indicate that a user or application has terminated the print job while it was in the process of printing.
The PrinterAbortException class is a subclass of PrinterException and is used to indicate that a user or application has terminated the print job while it was in the process of printing.
(->printer-abort-exception)
(->printer-abort-exception msg)
Constructor.
Constructs a new PrinterAbortException with the specified detail message.
msg - the message to be generated when a PrinterAbortException is thrown - java.lang.String
Constructor. Constructs a new PrinterAbortException with the specified detail message. msg - the message to be generated when a PrinterAbortException is thrown - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close