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.
Modifier and Type | Method and Description |
---|---|
Class[] |
getUnsupportedAttributes()
Returns the unsupported printing attribute classes for a print service
that does not support the attribute category at all.
|
Attribute[] |
getUnsupportedValues()
Returns the unsupported attribute values of printing attributes a specific
print service does support but not the particular provided value.
|
Class[] getUnsupportedAttributes()
Attribute
.null
if there
are no such attribute classes.Attribute[] getUnsupportedValues()
null
if there
are no such attributes values.