Introduce gimple_goto
[official-gcc.git] / libjava / java / util / EmptyStackException.h
blob7b5b1675994ca3b7879b9a32258ad0527d089f18
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_EmptyStackException__
5 #define __java_util_EmptyStackException__
7 #pragma interface
9 #include <java/lang/RuntimeException.h>
11 class java::util::EmptyStackException : public ::java::lang::RuntimeException
14 public:
15 EmptyStackException();
16 private:
17 static const jlong serialVersionUID = 5084686378493302095LL;
18 public:
19 static ::java::lang::Class class$;
22 #endif // __java_util_EmptyStackException__