|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface AttributeException
介面 AttributeException 是一個混合介面,PrintException
的子類別可實作該介面以報告涉及一個或多個列印屬性的錯誤條件,特定的 Print Service 實例不支持該條件。要麼該屬性根本不受支持,要麼雖然該屬性受支持,但是特定的指定值不受支持。Print Service API 未定義任何實作 AttributeException 介面的列印異常類別,這由列印服務的實作程序來決定。
方法摘要 | |
---|---|
Class[] |
getUnsupportedAttributes()
返回其 PrintService 實例根本不支持該屬性的列印屬性類別陣列,如果沒有這種屬性,則返回 null。 |
Attribute[] |
getUnsupportedValues()
返回其 PrintService 實例支持該屬性,但是不支持該屬性特定值的列印屬性陣列,如果沒有這種屬性值,則返回 null。 |
方法詳細資訊 |
---|
Class[] getUnsupportedAttributes()
Attribute
的類別。
Attribute[] getUnsupportedValues()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。