Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.print

Class PrinterException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.awt.print.PrinterException


public class PrinterException

extends Exception

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

Author:

Constructor Summary

PrinterException()

Create a new instance with no detailed error message.
PrinterException(java.lang.String message)

Create a new instance with a descriptive error message.

Constructor Details

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: