aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/ThreadDeath.h
blob: d06ce3458b345154841bde7ac9efb9fecec882c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_lang_ThreadDeath__
#define __java_lang_ThreadDeath__

#pragma interface

#include <java/lang/Error.h>

class java::lang::ThreadDeath : public ::java::lang::Error
{

public:
  ThreadDeath();
private:
  static const jlong serialVersionUID = -4417128565033088268LL;
public:
  static ::java::lang::Class class$;
};

#endif // __java_lang_ThreadDeath__