java.awt.print
Class PrinterIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.awt.print.PrinterException
|
+--java.awt.print.PrinterIOException
This exception is thrown when the print job encounters an I/O problem
of some kind.
Authors:- Aaron M. Renn <arenn@urbanophile.com>
- Eric Blake <ebb9@email.byu.edu>
PrinterIOException
public PrinterIOException(java.io.IOException mException)
Initializes a new instance with the given cause.
Parameters:
getCause
public Throwable getCause()
Gets the cause.
Returns:
getIOException
public IOException getIOException()
Gets the underlying IOException
that caused this exception.
This legacy method has been replaced by #getCause().
Returns: