Remove deprecated DW_FORM_sig8 define.
[official-gcc.git] / libjava / gnu / classpath / NotImplementedException.h
blobb81e112555f7745f9787ce9edaf6a637010a1f4b
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_classpath_NotImplementedException__
5 #define __gnu_classpath_NotImplementedException__
7 #pragma interface
9 #include <java/lang/RuntimeException.h>
10 extern "Java"
12 namespace gnu
14 namespace classpath
16 class NotImplementedException;
21 class gnu::classpath::NotImplementedException : public ::java::lang::RuntimeException
24 NotImplementedException();
25 static const jlong serialVersionUID = 5112972057211125814LL;
26 public:
27 static ::java::lang::Class class$;
30 #endif // __gnu_classpath_NotImplementedException__