public class PrinterAbortException extends PrinterException
PrinterAbortException类是的一个子类PrinterException ,并用于指示用户或应用程序已经终止了打印作业,而这是在打印的过程中。
| Constructor and Description |
|---|
PrinterAbortException()
构造一个新的
PrinterAbortException ,没有详细的消息。
|
PrinterAbortException(String msg)
构造一个具有指定的详细信息的新的
PrinterAbortException 。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrinterAbortException()
PrinterAbortException ,没有详细信息。
public PrinterAbortException(String msg)
PrinterAbortException 。
msg -消息时将要产生
PrinterAbortException被抛出
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.