KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > print > PrinterIOException

java.awt.print
Class PrinterIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.awt.print.PrinterException
              extended by java.awt.print.PrinterIOException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, Throwable.getCause(), getIOException()

public Throwable getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public IOException getIOException()
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrinterIOException(IOException exception)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags