AttributeException.h 769 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_print_AttributeException__
  3. #define __javax_print_AttributeException__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace javax
  10. {
  11. namespace print
  12. {
  13. class AttributeException;
  14. namespace attribute
  15. {
  16. class Attribute;
  17. }
  18. }
  19. }
  20. }
  21. class javax::print::AttributeException : public ::java::lang::Object
  22. {
  23. public:
  24. virtual JArray< ::java::lang::Class * > * getUnsupportedAttributes() = 0;
  25. virtual JArray< ::javax::print::attribute::Attribute * > * getUnsupportedValues() = 0;
  26. static ::java::lang::Class class$;
  27. } __attribute__ ((java_interface));
  28. #endif // __javax_print_AttributeException__