com.numdata.printer
Class FatalPrinterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.awt.print.PrinterException
              extended by com.numdata.printer.FatalPrinterException
All Implemented Interfaces:
Serializable

public class FatalPrinterException
extends PrinterException

This class extends PrinterException to indicate fatal printer problems.

Author:
Peter S. Heijnen
See Also:
Serialized Form

Constructor Summary
FatalPrinterException()
          Construct exception without detail message or cause.
FatalPrinterException(String message)
          Construct exception with detail message, but no cause.
FatalPrinterException(String message, Throwable cause)
          Construct exception with detail message and cause.
FatalPrinterException(Throwable cause)
          Construct exception with cause, but no detail 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

FatalPrinterException

public FatalPrinterException()
Construct exception without detail message or cause.


FatalPrinterException

public FatalPrinterException(String message)
Construct exception with detail message, but no cause.

Parameters:
message - Detail message.

FatalPrinterException

public FatalPrinterException(String message,
                             Throwable cause)
Construct exception with detail message and cause.

Parameters:
message - Detail message.
cause - Cause of exception.

FatalPrinterException

public FatalPrinterException(Throwable cause)
Construct exception with cause, but no detail message.

Parameters:
cause - Cause of exception.


Copyright © 2017 Numdata BV. All rights reserved.