ClassFormatError.h 511 B

123456789101112131415161718192021222324
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_lang_ClassFormatError__
  3. #define __java_lang_ClassFormatError__
  4. #pragma interface
  5. #include <java/lang/LinkageError.h>
  6. class java::lang::ClassFormatError : public ::java::lang::LinkageError
  7. {
  8. public:
  9. ClassFormatError();
  10. ClassFormatError(::java::lang::String *);
  11. private:
  12. static const jlong serialVersionUID = -8420114879011949195LL;
  13. public:
  14. static ::java::lang::Class class$;
  15. };
  16. #endif // __java_lang_ClassFormatError__