Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / java / text / ParseException.h
blobe8b314fa2d1df7fc627c1c79d7957ca68b4605ce
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_text_ParseException__
5 #define __java_text_ParseException__
7 #pragma interface
9 #include <java/lang/Exception.h>
10 extern "Java"
12 namespace java
14 namespace text
16 class ParseException;
21 class java::text::ParseException : public ::java::lang::Exception
24 public:
25 ParseException(::java::lang::String *, jint);
26 virtual jint getErrorOffset();
27 private:
28 static const jlong serialVersionUID = 2703218443322787634LL;
29 jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) errorOffset;
30 public:
31 static ::java::lang::Class class$;
34 #endif // __java_text_ParseException__