API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print. AttributeException View Source
Author(s)
Since
Version
Serial
Hierarchy
 AttributeException
Subinterfaces
Description
public interface AttributeException
  Interface AttributeException is a mixin interface which a subclass of PrintException can implement to report an error condition involving one or more printing attributes that a particular Print Service instance does not support.
See also:   
Methods
Hide/Show inherited methods
public Class getUnsupportedAttributes ()
  Returns the array of printing attribute classes for which the Print Service instance does not support the attribute at all, or null if there are no such attributes.
public Attribute getUnsupportedValues ()
  Returns the array of printing attributes for which the Print Service instance supports the attribute but does not support that particular value of the attribute, or null if there are no such attribute values.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar