aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/javax/activation/UnsupportedDataTypeException.h
blob: c0803f561a91bed627a4ecce465bd026046318b0 (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 __javax_activation_UnsupportedDataTypeException__
#define __javax_activation_UnsupportedDataTypeException__

#pragma interface

#include <java/io/IOException.h>
extern "Java"
{
  namespace javax
  {
    namespace activation
    {
        class UnsupportedDataTypeException;
    }
  }
}

class javax::activation::UnsupportedDataTypeException : public ::java::io::IOException
{

public:
  UnsupportedDataTypeException();
  UnsupportedDataTypeException(::java::lang::String *);
  static ::java::lang::Class class$;
};

#endif // __javax_activation_UnsupportedDataTypeException__