OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / io / UTFDataFormatException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_io_UTFDataFormatException__
5 #define __java_io_UTFDataFormatException__
6
7 #pragma interface
8
9 #include <java/io/IOException.h>
10
11 class java::io::UTFDataFormatException : public ::java::io::IOException
12 {
13
14 public:
15   UTFDataFormatException();
16   UTFDataFormatException(::java::lang::String *);
17 private:
18   static const jlong serialVersionUID = 420743449228280612LL;
19 public:
20   static ::java::lang::Class class$;
21 };
22
23 #endif // __java_io_UTFDataFormatException__