Daily bump.
[official-gcc.git] / libjava / java / io / IOError.h
blobc93c95d0f713e8708559fdffe0614a966da17dac
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_io_IOError__
5 #define __java_io_IOError__
7 #pragma interface
9 #include <java/lang/Error.h>
11 class java::io::IOError : public ::java::lang::Error
14 public:
15 IOError(::java::lang::Throwable *);
16 private:
17 static const jlong serialVersionUID = 67100927991680413LL;
18 public:
19 static ::java::lang::Class class$;
22 #endif // __java_io_IOError__