- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.awt.print.PrinterException
- 
- java.awt.print.PrinterAbortException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PrinterAbortException extends PrinterException ThePrinterAbortExceptionclass is a subclass ofPrinterExceptionand is used to indicate that a user or application has terminated the print job while it was in the process of printing.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PrinterAbortException()Constructs a newPrinterAbortExceptionwith no detail message.PrinterAbortException(String msg)Constructs a newPrinterAbortExceptionwith the specified detail message.
 - 
Method Summary- 
Methods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PrinterAbortExceptionpublic PrinterAbortException() Constructs a newPrinterAbortExceptionwith no detail message.
 - 
PrinterAbortExceptionpublic PrinterAbortException(String msg) Constructs a newPrinterAbortExceptionwith the specified detail message.- Parameters:
- msg- the message to be generated when a- PrinterAbortExceptionis thrown
 
 
- 
 
-