1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __java_text_ParseException__
5 #define __java_text_ParseException__
6 
7 #pragma interface
8 
9 #include <java/lang/Exception.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace text
15     {
16         class ParseException;
17     }
18   }
19 }
20 
21 class java::text::ParseException : public ::java::lang::Exception
22 {
23 
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$;
32 };
33 
34 #endif // __java_text_ParseException__
35