java.lang.Object
java.lang.Throwable
java.lang.Exception
java.awt.print.PrinterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PrinterAbortException,- PrinterIOException
The 
PrinterException class and its subclasses are used
 to indicate that an exceptional condition has occurred in the print
 system.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a newPrinterExceptionobject without a detail message.PrinterException(String msg) Constructs a newPrinterExceptionobject with the specified detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PrinterExceptionpublic PrinterException()Constructs a newPrinterExceptionobject without a detail message.
- 
PrinterExceptionConstructs a newPrinterExceptionobject with the specified detail message.- Parameters:
- msg- the message to generate when a- PrinterExceptionis thrown
 
 
-