OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / nio / charset / UnsupportedCharsetException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_nio_charset_UnsupportedCharsetException__
5 #define __java_nio_charset_UnsupportedCharsetException__
6
7 #pragma interface
8
9 #include <java/lang/IllegalArgumentException.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace nio
15     {
16       namespace charset
17       {
18           class UnsupportedCharsetException;
19       }
20     }
21   }
22 }
23
24 class java::nio::charset::UnsupportedCharsetException : public ::java::lang::IllegalArgumentException
25 {
26
27 public:
28   UnsupportedCharsetException(::java::lang::String *);
29   virtual ::java::lang::String * getCharsetName();
30 private:
31   static const jlong serialVersionUID = 1490765524727386367LL;
32 public: // actually package-private
33   ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::IllegalArgumentException)))) charsetName;
34 public:
35   static ::java::lang::Class class$;
36 };
37
38 #endif // __java_nio_charset_UnsupportedCharsetException__