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.
| Constructor: |
public PrinterException() {
}
Constructs a new PrinterException object
without a detail message. |
public PrinterException(String msg) {
super(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: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |