URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [ServiceConfigurationError.h] - Rev 781
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_util_ServiceConfigurationError__ #define __java_util_ServiceConfigurationError__ #pragma interface #include <java/lang/Error.h> class java::util::ServiceConfigurationError : public ::java::lang::Error { public: ServiceConfigurationError(::java::lang::String *); ServiceConfigurationError(::java::lang::String *, ::java::lang::Throwable *); private: static const jlong serialVersionUID = 74132770414881LL; public: static ::java::lang::Class class$; }; #endif // __java_util_ServiceConfigurationError__
Go to most recent revision | Compare with Previous | Blame | View Log