* tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
[official-gcc.git] / libjava / java / lang / InterruptedException.h
blobc452de6b5e509c8e7834c0d72c43b4b1ad857165
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_InterruptedException__
5 #define __java_lang_InterruptedException__
7 #pragma interface
9 #include <java/lang/Exception.h>
11 class java::lang::InterruptedException : public ::java::lang::Exception
14 public:
15 InterruptedException();
16 InterruptedException(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = 6700697376100628473LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_lang_InterruptedException__