public class PrinterAbortException extends PrinterException
PrinterException
PrinterAbortException类子类,用于表示一个用户或应用程序已经终止打印作业,它是印刷过程中。
| 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.