Java Platform 1.2
Beta 4

Uses of Class
java.awt.print.PrinterException

Packages that use PrinterException
java.awt.print Provides classes and interfaces for a general printing API. The API includes such features as: the ability to specify document types mechanisms for control of page setup and page formats the ability to manage job control dialogs
 

Uses of PrinterException in java.awt.print
 

Subclasses of PrinterException in java.awt.print
  PrinterAbortException
          PrinterIOException is used to indicate an IO error of some sort has occurred while printing.
  PrinterIOException
          PrinterIOException is used to indicate an IO error of some sort has occurred while printing.
 

Methods in java.awt.print that throw PrinterException
abstract  void PrinterJob.print()
          Prints a set of pages.
 int Printable.print(Graphics graphics, PageFormat pageFormat, int pageIndex)
          A PrinterJob will call the Printable interface requesting that a page be rendered into 'graphics'.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.