rt_gccstream/libjava/javax/activation/UnsupportedDataTypeException.h

31 lines
649 B
C++

// 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__