2016-05-14 Fritz Reese <fritzoreese@gmail.com>
[official-gcc.git] / libjava / java / lang / ThreadDeath.h
blobd06ce3458b345154841bde7ac9efb9fecec882c0
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_ThreadDeath__
5 #define __java_lang_ThreadDeath__
7 #pragma interface
9 #include <java/lang/Error.h>
11 class java::lang::ThreadDeath : public ::java::lang::Error
14 public:
15 ThreadDeath();
16 private:
17 static const jlong serialVersionUID = -4417128565033088268LL;
18 public:
19 static ::java::lang::Class class$;
22 #endif // __java_lang_ThreadDeath__