OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / management / JMRuntimeException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_management_JMRuntimeException__
5 #define __javax_management_JMRuntimeException__
6
7 #pragma interface
8
9 #include <java/lang/RuntimeException.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace management
15     {
16         class JMRuntimeException;
17     }
18   }
19 }
20
21 class javax::management::JMRuntimeException : public ::java::lang::RuntimeException
22 {
23
24 public:
25   JMRuntimeException();
26   JMRuntimeException(::java::lang::String *);
27   static ::java::lang::Class class$;
28 };
29
30 #endif // __javax_management_JMRuntimeException__