OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / beans / PropertyVetoException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_beans_PropertyVetoException__
5 #define __java_beans_PropertyVetoException__
6
7 #pragma interface
8
9 #include <java/lang/Exception.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace beans
15     {
16         class PropertyChangeEvent;
17         class PropertyVetoException;
18     }
19   }
20 }
21
22 class java::beans::PropertyVetoException : public ::java::lang::Exception
23 {
24
25 public:
26   PropertyVetoException(::java::lang::String *, ::java::beans::PropertyChangeEvent *);
27   virtual ::java::beans::PropertyChangeEvent * getPropertyChangeEvent();
28 private:
29   static const jlong serialVersionUID = 129596057694162164LL;
30   ::java::beans::PropertyChangeEvent * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) evt;
31 public:
32   static ::java::lang::Class class$;
33 };
34
35 #endif // __java_beans_PropertyVetoException__