Searched defs:PrinterIOException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterIOException.java30 * The <code>PrinterIOException</code> class is a subclass of
42 public class PrinterIOException extends PrinterException { class in inherits:PrinterException
52 * Constructs a new <code>PrinterIOException</code>
57 public PrinterIOException(IOException exception) { method in class:PrinterIOException

Completed in 77 milliseconds