|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.awt.print.PrinterException
com.numdata.printer.FatalPrinterException
public class FatalPrinterException
This class extends PrinterException to indicate fatal printer
problems.
| 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 |
|---|
public FatalPrinterException()
public FatalPrinterException(String message)
message - Detail message.
public FatalPrinterException(String message,
Throwable cause)
message - Detail message.cause - Cause of exception.public FatalPrinterException(Throwable cause)
cause - Cause of exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||