java.awt.print
Class PrinterAbortException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.awt.print.PrinterException
|
+--java.awt.print.PrinterAbortException
This exception is thrown when the print job is aborted, either by the
user or by the application.
Author:- Aaron M. Renn <arenn@urbanophile.com>
PrinterAbortException
public PrinterAbortException()
Create a new instance with no detailed error message.
PrinterAbortException
public PrinterAbortException(java.lang.String message)
Create a new instance with a descriptive error message.
Parameters: