Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_text_ParseException__
|
||||
#define __java_text_ParseException__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Exception.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace text
|
||||
{
|
||||
class ParseException;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class java::text::ParseException : public ::java::lang::Exception
|
||||
{
|
||||
|
||||
public:
|
||||
ParseException(::java::lang::String *, jint);
|
||||
virtual jint getErrorOffset();
|
||||
private:
|
||||
static const jlong serialVersionUID = 2703218443322787634LL;
|
||||
jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorOffset;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_text_ParseException__
|
||||
Reference in New Issue
Block a user