java.awt.print

Class PrinterException

public class PrinterException extends Exception

This is the generic toplevel exception for printing errors. Subclasses provide more detailed descriptions of the problem.

UNKNOWN: updated to 1.4

Constructor Summary
PrinterException()
Create a new instance with no detailed error message.
PrinterException(String message)
Create a new instance with a descriptive error message.

Constructor Detail

PrinterException

public PrinterException()
Create a new instance with no detailed error message.

PrinterException

public PrinterException(String message)
Create a new instance with a descriptive error message.

Parameters: message the descriptive error message