Reset branch to trunk.
[official-gcc.git] / trunk / libjava / java / lang / OutOfMemoryError.h
blob7fac1f5a0908a813420083e4cf9b782d490fe6f2
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_OutOfMemoryError__
5 #define __java_lang_OutOfMemoryError__
7 #pragma interface
9 #include <java/lang/VirtualMachineError.h>
11 class java::lang::OutOfMemoryError : public ::java::lang::VirtualMachineError
14 public:
15 OutOfMemoryError();
16 OutOfMemoryError(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = 8228564086184010517LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_lang_OutOfMemoryError__