summaryrefslogtreecommitdiff
path: root/libjava/java/lang/Error.h
blob: 9cb6019b43440eda0c573923443c23f83dc5f62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_lang_Error__
#define __java_lang_Error__

#pragma interface

#include <java/lang/Throwable.h>

class java::lang::Error : public ::java::lang::Throwable
{

public:
  Error();
  Error(::java::lang::String *);
  Error(::java::lang::String *, ::java::lang::Throwable *);
  Error(::java::lang::Throwable *);
private:
  static const jlong serialVersionUID = 4980196508277280342LL;
public:
  static ::java::lang::Class class$;
};

#endif // __java_lang_Error__