public interface AttributeException
PrintException
可以实现它来报告涉及一个或多个打印属性,一个特定的Print Service实例不支持错误条件。
该属性根本不受支持,或者该属性被支持,但不支持特定的指定值。
Print Service API没有定义任何实现接口AttributeException的打印例外类,这些类别由Print Service实现者自行决定。
Modifier and Type | Method and Description |
---|---|
类[] |
getUnsupportedAttributes()
返回Print Service实例根本不支持该属性的打印属性类的数组,如果没有这样的属性,则返回null。
|
Attribute[] |
getUnsupportedValues()
返回Print Service实例支持该属性的打印属性数组,但不支持该属性的特定值;如果没有此属性值,则返回null。
|
类[] getUnsupportedAttributes()
Attribute
的类 。
Attribute[] getUnsupportedValues()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.