Home » openjdk-7 » java » awt » print » [javadoc | source]
java.awt.print
public class: PrinterException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.awt.print.PrinterException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    PrinterIOException, PrinterAbortException

The PrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public PrinterException() 
 public PrinterException(String msg) 
    Constructs a new PrinterException object with the specified detail message.
    Parameters:
    msg - the message to generate when a PrinterException is thrown
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait