JavaTM Platform
Standard Ed. 6

java.awt.print
类 PrinterIOException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.awt.print.PrinterException
              继承者 java.awt.print.PrinterIOException
所有已实现的接口:
Serializable

public class PrinterIOException
     
extends PrinterException

PrinterIOException 类是 PrinterException 的子类,用于指示在打印过程中发生了某种 IO 错误。

从 1.4 版本开始,此异常已经改进,以符合通用异常链机制。在构造时提供并通过 getIOException() 方法访问的“终止打印作业的 IOException”就是目前所说的 cause,可以通过 Throwable.getCause() 方法以及上述“遗留方法”访问它。

另请参见:
序列化表格

构造方法摘要
PrinterIOException(IOException exception)
          构造具有指定 IOException 字符串表示形式的新 PrinterIOException
 
方法摘要
 Throwable getCause()
          返回此异常的 cause(终止打印作业的 IOException)。
 IOException getIOException()
          返回终止打印作业的 IOException
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

PrinterIOException

public PrinterIOException(IOException exception)
构造具有指定 IOException 字符串表示形式的新 PrinterIOException

参数:
exception - 指定的 IOException
方法详细信息

getIOException

public IOException getIOException()
返回终止打印作业的 IOException

这是通用异常链设施之前的方法。现在 Throwable.getCause() 方法是获得此信息的首选方法。

返回:
终止打印作业的 IOException
另请参见:
IOException

getCause

public Throwable getCause()
返回此异常的 cause(终止打印作业的 IOException)。

覆盖:
Throwable 中的 getCause
返回:
此异常的 cause。
从以下版本开始:
1.4

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策