URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [ReflectionException.h] - Rev 759
Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_management_ReflectionException__ #define __javax_management_ReflectionException__ #pragma interface #include <javax/management/JMException.h> extern "Java" { namespace javax { namespace management { class ReflectionException; } } } class javax::management::ReflectionException : public ::javax::management::JMException { public: ReflectionException(::java::lang::Exception *); ReflectionException(::java::lang::Exception *, ::java::lang::String *); virtual ::java::lang::Throwable * getCause(); virtual ::java::lang::Exception * getTargetException(); private: static const jlong serialVersionUID = 9170809325636915553LL; ::java::lang::Exception * __attribute__((aligned(__alignof__( ::javax::management::JMException)))) exception; public: static ::java::lang::Class class$; }; #endif // __javax_management_ReflectionException__