java.lang.Object java.lang.Throwable java.lang.Exception java.awt.print.PrinterException
public class PrinterException
PrinterException
类及其子类用于指示打印系统中发生的异常情况。
构造方法摘要 | |
---|---|
PrinterException() 构造不带详细信息的新 PrinterException 对象。 |
|
PrinterException(String msg) 构造带指定详细信息的新 PrinterException 对象。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public PrinterException()
PrinterException
对象。
public PrinterException(String msg)
PrinterException
对象。
msg
- 抛出
PrinterException
时生成的信息