summaryrefslogtreecommitdiff
path: root/libjava/java/awt/IllegalComponentStateException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/awt/IllegalComponentStateException.h')
-rw-r--r--libjava/java/awt/IllegalComponentStateException.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/libjava/java/awt/IllegalComponentStateException.h b/libjava/java/awt/IllegalComponentStateException.h
new file mode 100644
index 000000000..9743e59f0
--- /dev/null
+++ b/libjava/java/awt/IllegalComponentStateException.h
@@ -0,0 +1,33 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __java_awt_IllegalComponentStateException__
+#define __java_awt_IllegalComponentStateException__
+
+#pragma interface
+
+#include <java/lang/IllegalStateException.h>
+extern "Java"
+{
+ namespace java
+ {
+ namespace awt
+ {
+ class IllegalComponentStateException;
+ }
+ }
+}
+
+class java::awt::IllegalComponentStateException : public ::java::lang::IllegalStateException
+{
+
+public:
+ IllegalComponentStateException();
+ IllegalComponentStateException(::java::lang::String *);
+private:
+ static const jlong serialVersionUID = -1889339587208144238LL;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __java_awt_IllegalComponentStateException__