public class PrintException extends 异常
Constructor and Description |
---|
PrintException()
构造没有详细信息的打印异常。
|
PrintException(异常 e)
构建一个打印异常链提供的例外。
|
PrintException(String s)
用给定的详细信息构造打印异常。
|
PrintException(String s, 异常 e)
用给定的详细信息和链接异常构造打印异常。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.