Uses of Class java.awt.print.PrinterException

Uses in package java.awt.print

Classes derived from java.awt.print.PrinterException

class
This exception is thrown when the print job is aborted, either by the user or by the application.
class
This exception is thrown when the print job encounters an I/O problem of some kind.

Methods which throw type java.awt.print.PrinterException

void
Prints the pages.
int
Printable.print(Graphics graphics, PageFormat format, int page_number)
This method prints the specified page to the specified graphics context in the specified format.
void
Prints the page with given attributes.
void
Change the printer for this print job to service.