natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.
[gcc.git] / libjava / java / awt / AWTException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_awt_AWTException__
5 #define __java_awt_AWTException__
6
7 #pragma interface
8
9 #include <java/lang/Exception.h>
10 extern "Java"
11 {
12 namespace java
13 {
14 namespace awt
15 {
16 class AWTException;
17 }
18 }
19 }
20
21 class java::awt::AWTException : public ::java::lang::Exception
22 {
23
24 public:
25 AWTException(::java::lang::String *);
26 private:
27 static const jlong serialVersionUID = -1900414231151323879LL;
28 public:
29 static ::java::lang::Class class$;
30 };
31
32 #endif // __java_awt_AWTException__