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