src/share/classes/javax/print/AttributeException.java

Print this page

        

*** 50,60 **** * classes that extend the base interface * {@link javax.print.attribute.Attribute Attribute}. * * @return unsupported attribute classes */ ! public Class[] getUnsupportedAttributes(); /** * 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. --- 50,60 ---- * classes that extend the base interface * {@link javax.print.attribute.Attribute Attribute}. * * @return unsupported attribute classes */ ! public Class<?>[] getUnsupportedAttributes(); /** * 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.