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

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterException.java29 * The <code>PrinterException</code> class and its subclasses are used
34 public class PrinterException extends Exception { class in inherits:Exception
37 * Constructs a new <code>PrinterException</code> object
40 public PrinterException() { method in class:PrinterException
45 * Constructs a new <code>PrinterException</code> object
48 * <code>PrinterException</code> is thrown
50 public PrinterException(String msg) { method in class:PrinterException

Completed in 322 milliseconds