Reset branch to trunk.
[official-gcc.git] / trunk / libjava / javax / print / AttributeException.h
blob2402a177205e92fa0f765b9d3d2f5bae7e42c9af
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_print_AttributeException__
5 #define __javax_print_AttributeException__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace javax
16 namespace print
18 class AttributeException;
19 namespace attribute
21 class Attribute;
27 class javax::print::AttributeException : public ::java::lang::Object
30 public:
31 virtual JArray< ::java::lang::Class * > * getUnsupportedAttributes() = 0;
32 virtual JArray< ::javax::print::attribute::Attribute * > * getUnsupportedValues() = 0;
33 static ::java::lang::Class class$;
34 } __attribute__ ((java_interface));
36 #endif // __javax_print_AttributeException__