URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [activation/] [UnsupportedDataTypeException.h] - Rev 759
Compare with Previous | Blame | View Log
// 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__