Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.print

Class PrinterAbortException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.awt.print.PrinterException
         |
         +--java.awt.print.PrinterAbortException


public class PrinterAbortException

extends PrinterException

This exception is thrown when the print job is aborted, either by the user or by the application.

Author:

Constructor Summary

PrinterAbortException()

Create a new instance with no detailed error message.
PrinterAbortException(java.lang.String message)

Create a new instance with a descriptive error message.

Constructor Details

PrinterAbortException

public PrinterAbortException()

Create a new instance with no detailed error message.


PrinterAbortException

public PrinterAbortException(java.lang.String message)

Create a new instance with a descriptive error message.

Parameters: