home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / print / AttributeException.class (.txt) next >
Encoding:
Java Class File  |  2006-11-29  |  210 b   |  10 lines

  1. package javax.print;
  2.  
  3. import javax.print.attribute.Attribute;
  4.  
  5. public interface AttributeException {
  6.    Class[] getUnsupportedAttributes();
  7.  
  8.    Attribute[] getUnsupportedValues();
  9. }
  10.