* tree.c (free_lang_data_in_decl): Annotate all functio nbodies with
[official-gcc.git] / libjava / java / lang / NegativeArraySizeException.h
blobe05f7c51563098ae9ad6960317a82acedaeaa137
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_NegativeArraySizeException__
5 #define __java_lang_NegativeArraySizeException__
7 #pragma interface
9 #include <java/lang/RuntimeException.h>
11 class java::lang::NegativeArraySizeException : public ::java::lang::RuntimeException
14 public:
15 NegativeArraySizeException();
16 NegativeArraySizeException(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = -8960118058596991861LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_lang_NegativeArraySizeException__