Merge GNU Classpath 0.99 into libjava.
From-SVN: r185741
This commit is contained in:
parent
21669dfe20
commit
0563022a20
516 changed files with 64503 additions and 61116 deletions
22
libjava/java/io/IOError.h
Normal file
22
libjava/java/io/IOError.h
Normal 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__
|
Loading…
Add table
Add a link
Reference in a new issue