JavaTM 2 Platform
Standard Ed. 6

javax.print
介面 URIException


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。
 

欄位詳細資訊

URIInaccessible

static final int URIInaccessible
指示印表機無法存取該 URI 位址。例如,如果印表機將要獲得列印資料時甚至無法建立到該 URI 位址的連接,則印表機可報告此錯誤。

另請參見:
常數欄位值

URISchemeNotSupported

static final int URISchemeNotSupported
指示印表機不支持該 URI 位址中的 URI 方案("http"、"ftp" 等等)。

另請參見:
常數欄位值

URIOtherProblem

static final int URIOtherProblem
指示出於所有其他原因未明確標識的問題類別別。

另請參見:
常數欄位值
方法詳細資訊

getUnsupportedURI

URI getUnsupportedURI()
返回 URI。

返回:
導致此異常的 URI。

getReason

int getReason()
返回事件的原因。

返回:
此介面中所列舉的某個預定義原因。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only