|
|||||||||
| Home >> All >> javax >> [ print overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.print
Interface AttributeException

- public interface AttributeException
AttributeException specifies two methods a specific
subclass of PrintException may implement to
provide further information of printing errors if unsupported
attribute classes or values of attributes are involved.
There exists no PrintException class implementing this
interface. Providing these extensions in PrintException
subclasses is left to the concrete print service implementation.
| Method Summary | |
java.lang.Class[] |
getUnsupportedAttributes()
Returns the unsupported printing attribute classes for a print service that does not support the attribute category at all. |
javax.print.attribute.Attribute[] |
getUnsupportedValues()
Returns the unsupported attribute values of printing attributes a specific print service does support but not the particular provided value. |
| Method Detail |
getUnsupportedAttributes
public java.lang.Class[] getUnsupportedAttributes()
- Returns the unsupported printing attribute classes for a print service
that does not support the attribute category at all. The returned
class instances are sublcasses of the base interface javax.print.attribute.Attribute.
getUnsupportedValues
public javax.print.attribute.Attribute[] getUnsupportedValues()
- Returns the unsupported attribute values of printing attributes a specific
print service does support but not the particular provided value.
|
|||||||||
| Home >> All >> javax >> [ print overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC