summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/NotImplementedException.h
blob: b81e112555f7745f9787ce9edaf6a637010a1f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_classpath_NotImplementedException__
#define __gnu_classpath_NotImplementedException__

#pragma interface

#include <java/lang/RuntimeException.h>
extern "Java"
{
  namespace gnu
  {
    namespace classpath
    {
        class NotImplementedException;
    }
  }
}

class gnu::classpath::NotImplementedException : public ::java::lang::RuntimeException
{

  NotImplementedException();
  static const jlong serialVersionUID = 5112972057211125814LL;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_NotImplementedException__