|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。