summaryrefslogtreecommitdiff
path: root/libjava/java/nio/BufferUnderflowException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/nio/BufferUnderflowException.h')
-rw-r--r--libjava/java/nio/BufferUnderflowException.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/libjava/java/nio/BufferUnderflowException.h b/libjava/java/nio/BufferUnderflowException.h
new file mode 100644
index 000000000..6b52f20c7
--- /dev/null
+++ b/libjava/java/nio/BufferUnderflowException.h
@@ -0,0 +1,32 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __java_nio_BufferUnderflowException__
+#define __java_nio_BufferUnderflowException__
+
+#pragma interface
+
+#include <java/lang/RuntimeException.h>
+extern "Java"
+{
+ namespace java
+ {
+ namespace nio
+ {
+ class BufferUnderflowException;
+ }
+ }
+}
+
+class java::nio::BufferUnderflowException : public ::java::lang::RuntimeException
+{
+
+public:
+ BufferUnderflowException();
+private:
+ static const jlong serialVersionUID = -1713313658691622206LL;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __java_nio_BufferUnderflowException__