compilation errors fixed
[official-gcc.git] / libjava / java / awt / FontFormatException.h
blob9d9ffec9dd58275f93e8bb0143d5976e902a1e5d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_awt_FontFormatException__
5 #define __java_awt_FontFormatException__
7 #pragma interface
9 #include <java/lang/Exception.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class FontFormatException;
21 class java::awt::FontFormatException : public ::java::lang::Exception
24 public:
25 FontFormatException(::java::lang::String *);
26 private:
27 static const jlong serialVersionUID = -4481290147811361272LL;
28 public:
29 static ::java::lang::Class class$;
32 #endif // __java_awt_FontFormatException__