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

Class java.awt.print.PrinterIOException

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

public class PrinterIOException
extends PrinterException
PrinterIOException is used to indicate an IO error of some sort has occurred while printing.


Constructor Summary
 PrinterIOException(java.io.IOException exception)
 
 

Method Summary
java.io.IOException  getIOException()
Return the IOException that terminated the print job.
 
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

PrinterIOException

public PrinterIOException(java.io.IOException exception)
Method Detail

getIOException

public java.io.IOException getIOException()
Return the IOException that terminated the print job.
See Also:
java.io.IOException

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