diff options
Diffstat (limited to 'libjava/java/io/IOError.h')
-rw-r--r-- | libjava/java/io/IOError.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libjava/java/io/IOError.h b/libjava/java/io/IOError.h deleted file mode 100644 index c93c95d..0000000 --- a/libjava/java/io/IOError.h +++ /dev/null @@ -1,22 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_io_IOError__ -#define __java_io_IOError__ - -#pragma interface - -#include <java/lang/Error.h> - -class java::io::IOError : public ::java::lang::Error -{ - -public: - IOError(::java::lang::Throwable *); -private: - static const jlong serialVersionUID = 67100927991680413LL; -public: - static ::java::lang::Class class$; -}; - -#endif // __java_io_IOError__ |