JavaTM 2 Platform
Standard Ed. 6

javax.print
介面 AttributeException


public interface AttributeException

介面 AttributeException 是一個混合介面,PrintException 的子類別可實作該介面以報告涉及一個或多個列印屬性的錯誤條件,特定的 Print Service 實例不支持該條件。要麼該屬性根本不受支持,要麼雖然該屬性受支持,但是特定的指定值不受支持。Print Service API 未定義任何實作 AttributeException 介面的列印異常類別,這由列印服務的實作程序來決定。


方法摘要
 Class[] getUnsupportedAttributes()
          返回其 PrintService 實例根本不支持該屬性的列印屬性類別陣列,如果沒有這種屬性,則返回 null。
 Attribute[] getUnsupportedValues()
          返回其 PrintService 實例支持該屬性,但是不支持該屬性特定值的列印屬性陣列,如果沒有這種屬性值,則返回 null。
 

方法詳細資訊

getUnsupportedAttributes

Class[] getUnsupportedAttributes()
返回其 PrintService 實例根本不支持該屬性的列印屬性類別陣列,如果沒有這種屬性,則返回 null。返回陣列中的物件是擴展了基介面 Attribute 的類別。

返回:
不受支持的屬性類別

getUnsupportedValues

Attribute[] getUnsupportedValues()
返回其 PrintService 實例支持該屬性,但是不支持該屬性特定值的列印屬性陣列,如果沒有這種屬性值,則返回 null。

返回:
不受支持的屬性值

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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