Merge GNU Classpath 0.99 into libjava.

From-SVN: r185741
This commit is contained in:
Andrew John Hughes 2012-03-23 15:19:26 +00:00
parent 21669dfe20
commit 0563022a20
516 changed files with 64503 additions and 61116 deletions

22
libjava/java/io/IOError.h Normal file
View file

@ -0,0 +1,22 @@
// 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__