2015-03-04 Robert Dewar <dewar@adacore.com>
[official-gcc.git] / libjava / java / nio / BufferUnderflowException.h
blob6b52f20c74c62517cc77d889803d636e1873f313
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_nio_BufferUnderflowException__
5 #define __java_nio_BufferUnderflowException__
7 #pragma interface
9 #include <java/lang/RuntimeException.h>
10 extern "Java"
12 namespace java
14 namespace nio
16 class BufferUnderflowException;
21 class java::nio::BufferUnderflowException : public ::java::lang::RuntimeException
24 public:
25 BufferUnderflowException();
26 private:
27 static const jlong serialVersionUID = -1713313658691622206LL;
28 public:
29 static ::java::lang::Class class$;
32 #endif // __java_nio_BufferUnderflowException__