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.