GenericSignatureFormatError.h 562 B

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