2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_text_ParseException__
5 #define __java_text_ParseException__
9 #include <java/lang/Exception.h>
21 class java::text::ParseException
: public ::java::lang::Exception
25 ParseException(::java::lang::String
*, jint
);
26 virtual jint
getErrorOffset();
28 static const jlong serialVersionUID
= 2703218443322787634LL;
29 jint
__attribute__((aligned(__alignof__( ::java::lang::Exception
)))) errorOffset
;
31 static ::java::lang::Class
class$
;
34 #endif // __java_text_ParseException__