FontFormatException.h 602 B

123456789101112131415161718192021222324252627282930313233
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_awt_FontFormatException__
  3. #define __java_awt_FontFormatException__
  4. #pragma interface
  5. #include <java/lang/Exception.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class FontFormatException;
  13. }
  14. }
  15. }
  16. class java::awt::FontFormatException : public ::java::lang::Exception
  17. {
  18. public:
  19. FontFormatException(::java::lang::String *);
  20. private:
  21. static const jlong serialVersionUID = -4481290147811361272LL;
  22. public:
  23. static ::java::lang::Class class$;
  24. };
  25. #endif // __java_awt_FontFormatException__