ThreadDeath.h 428 B

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