23 lines
422 B
C++
23 lines
422 B
C++
|
|
// 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__
|