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