aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/text/ParseException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/text/ParseException.h')
-rw-r--r--libjava/java/text/ParseException.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/libjava/java/text/ParseException.h b/libjava/java/text/ParseException.h
deleted file mode 100644
index e8b314f..0000000
--- a/libjava/java/text/ParseException.h
+++ /dev/null
@@ -1,34 +0,0 @@
-
-// 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__