URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [text/] [ParseException.h] - Rev 818
Go to most recent revision | Compare with Previous | Blame | View Log
// 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__
Go to most recent revision | Compare with Previous | Blame | View Log