Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_util_InvalidPropertiesFormatException__
|
||||
#define __java_util_InvalidPropertiesFormatException__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/io/IOException.h>
|
||||
|
||||
class java::util::InvalidPropertiesFormatException : public ::java::io::IOException
|
||||
{
|
||||
|
||||
public:
|
||||
InvalidPropertiesFormatException(::java::lang::String *);
|
||||
InvalidPropertiesFormatException(::java::lang::Throwable *);
|
||||
private:
|
||||
void writeObject(::java::io::ObjectOutputStream *);
|
||||
void readObject(::java::io::ObjectInputStream *);
|
||||
static const jlong serialVersionUID = 7763056076009360219LL;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_util_InvalidPropertiesFormatException__
|
||||
Reference in New Issue
Block a user