KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt.print
Class PrinterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.awt.print.PrinterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PrinterAbortException, PrinterIOException
See Also:
Top Examples, Source Code

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


public PrinterException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags