Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class java.awt.print.PrinterAbortException

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

public class PrinterAbortException
extends PrinterException
PrinterAbortException is thrown by a Printable.print method to indicate that the print job should be aborted.


Constructor Summary
 PrinterAbortException()
 
 PrinterAbortException(java.lang.String msg)
 
 

Methods inherited from class java.lang.Throwable
 fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
 equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrinterAbortException

public PrinterAbortException()

PrinterAbortException

public PrinterAbortException(java.lang.String msg)

Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS