com.eteks.sweethome3d.swing
Class InterruptedPrinterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.awt.print.PrinterException
com.eteks.sweethome3d.swing.InterruptedPrinterException
- All Implemented Interfaces:
- Serializable
public class InterruptedPrinterException
- extends PrinterException
A printer exception thrown when print is interrupted.
- Author:
- Emmanuel Puybaret
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterruptedPrinterException
public InterruptedPrinterException()
- Creates an interrupted printer exception.
InterruptedPrinterException
public InterruptedPrinterException(String message)
- Creates an interrupted printer exception with the given message.