libjava/ChangeLog:
[official-gcc.git] / libjava / javax / activation / UnsupportedDataTypeException.h
blobc0803f561a91bed627a4ecce465bd026046318b0
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_activation_UnsupportedDataTypeException__
5 #define __javax_activation_UnsupportedDataTypeException__
7 #pragma interface
9 #include <java/io/IOException.h>
10 extern "Java"
12 namespace javax
14 namespace activation
16 class UnsupportedDataTypeException;
21 class javax::activation::UnsupportedDataTypeException : public ::java::io::IOException
24 public:
25 UnsupportedDataTypeException();
26 UnsupportedDataTypeException(::java::lang::String *);
27 static ::java::lang::Class class$;
30 #endif // __javax_activation_UnsupportedDataTypeException__