|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface URIException
接口 URIException 是一个混合接口,PrintException
的子类可实现它来报告有关 URI 地址的错误状况。打印服务 API 未定义任何实现了接口 URIException 的打印异常类,这由打印服务的实现程序来决定。
字段摘要 | |
---|---|
static int |
URIInaccessible 指示打印机无法访问该 URI 地址。 |
static int |
URIOtherProblem 指示出于所有其他原因未明确标识的问题类别。 |
static int |
URISchemeNotSupported 指示打印机不支持该 URI 地址中的 URI 方案("http"、"ftp" 等等)。 |
方法摘要 | |
---|---|
int |
getReason() 返回事件的原因。 |
URI |
getUnsupportedURI() 返回 URI。 |
字段详细信息 |
---|
static final int URIInaccessible
static final int URISchemeNotSupported
static final int URIOtherProblem
方法详细信息 |
---|
URI getUnsupportedURI()
int getReason()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。