java.awt.print
Class PrinterException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.awt.print.PrinterException
public class
PrinterExceptionextends
Exception This is the generic toplevel exception for printing errors. Subclasses
provide more detailed descriptions of the problem.
Author:- Aaron M. Renn <arenn@urbanophile.com>
PrinterException
public PrinterException()
Create a new instance with no detailed error message.
PrinterException
public PrinterException(java.lang.String message)
Create a new instance with a descriptive error message.
Parameters: