2013-11-04 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / libjava / java / awt / IllegalComponentStateException.h
blob9743e59f05af6cc2fa76bf2f612ce2ea2ae2f125
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_awt_IllegalComponentStateException__
5 #define __java_awt_IllegalComponentStateException__
7 #pragma interface
9 #include <java/lang/IllegalStateException.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class IllegalComponentStateException;
21 class java::awt::IllegalComponentStateException : public ::java::lang::IllegalStateException
24 public:
25 IllegalComponentStateException();
26 IllegalComponentStateException(::java::lang::String *);
27 private:
28 static const jlong serialVersionUID = -1889339587208144238LL;
29 public:
30 static ::java::lang::Class class$;
33 #endif // __java_awt_IllegalComponentStateException__