URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [image/] [ImagingOpException.h] - Rev 860
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_awt_image_ImagingOpException__ #define __java_awt_image_ImagingOpException__ #pragma interface #include <java/lang/RuntimeException.h> extern "Java" { namespace java { namespace awt { namespace image { class ImagingOpException; } } } } class java::awt::image::ImagingOpException : public ::java::lang::RuntimeException { public: ImagingOpException(::java::lang::String *); private: static const jlong serialVersionUID = 8026288481846276658LL; public: static ::java::lang::Class class$; }; #endif // __java_awt_image_ImagingOpException__
Go to most recent revision | Compare with Previous | Blame | View Log