summaryrefslogtreecommitdiff
path: root/libjava/java/beans/PropertyVetoException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/beans/PropertyVetoException.h')
-rw-r--r--libjava/java/beans/PropertyVetoException.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/libjava/java/beans/PropertyVetoException.h b/libjava/java/beans/PropertyVetoException.h
new file mode 100644
index 000000000..7de400634
--- /dev/null
+++ b/libjava/java/beans/PropertyVetoException.h
@@ -0,0 +1,35 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __java_beans_PropertyVetoException__
+#define __java_beans_PropertyVetoException__
+
+#pragma interface
+
+#include <java/lang/Exception.h>
+extern "Java"
+{
+ namespace java
+ {
+ namespace beans
+ {
+ class PropertyChangeEvent;
+ class PropertyVetoException;
+ }
+ }
+}
+
+class java::beans::PropertyVetoException : public ::java::lang::Exception
+{
+
+public:
+ PropertyVetoException(::java::lang::String *, ::java::beans::PropertyChangeEvent *);
+ virtual ::java::beans::PropertyChangeEvent * getPropertyChangeEvent();
+private:
+ static const jlong serialVersionUID = 129596057694162164LL;
+ ::java::beans::PropertyChangeEvent * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) evt;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __java_beans_PropertyVetoException__