java.awt.print
Class PrinterAbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.awt.print.PrinterException
              extended by java.awt.print.PrinterAbortException
All Implemented Interfaces:
Serializable

public class PrinterAbortException
extends PrinterException

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

See Also:
Serialized Form

Constructor Summary
PrinterAbortException()
          Create a new instance with no detailed error message.
PrinterAbortException(String message)
          Create a new instance with a descriptive error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrinterAbortException

public PrinterAbortException()
Create a new instance with no detailed error message.


PrinterAbortException

public PrinterAbortException(String message)
Create a new instance with a descriptive error message.

Parameters:
message - the descriptive error message