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