summaryrefslogtreecommitdiff
path: root/libjava/java/util/IllegalFormatWidthException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/IllegalFormatWidthException.h')
-rw-r--r--libjava/java/util/IllegalFormatWidthException.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/libjava/java/util/IllegalFormatWidthException.h b/libjava/java/util/IllegalFormatWidthException.h
new file mode 100644
index 000000000..e278642db
--- /dev/null
+++ b/libjava/java/util/IllegalFormatWidthException.h
@@ -0,0 +1,24 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __java_util_IllegalFormatWidthException__
+#define __java_util_IllegalFormatWidthException__
+
+#pragma interface
+
+#include <java/util/IllegalFormatException.h>
+
+class java::util::IllegalFormatWidthException : public ::java::util::IllegalFormatException
+{
+
+public:
+ IllegalFormatWidthException(jint);
+ virtual jint getWidth();
+private:
+ static const jlong serialVersionUID = 16660902LL;
+ jint __attribute__((aligned(__alignof__( ::java::util::IllegalFormatException)))) w;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __java_util_IllegalFormatWidthException__