java.awt.print
Class PrinterAbortException
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
This exception is thrown when the print job is aborted, either by the
user or by the application.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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