URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [lang/] [reflect/] [InvocationTargetException.h] - Rev 766
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_lang_reflect_InvocationTargetException__ #define __java_lang_reflect_InvocationTargetException__ #pragma interface #include <java/lang/Exception.h> class java::lang::reflect::InvocationTargetException : public ::java::lang::Exception { public: // actually protected InvocationTargetException(); public: InvocationTargetException(::java::lang::Throwable *); InvocationTargetException(::java::lang::Throwable *, ::java::lang::String *); virtual ::java::lang::Throwable * getTargetException(); virtual ::java::lang::Throwable * getCause(); private: static const jlong serialVersionUID = 4085088731926701167LL; ::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) target; public: static ::java::lang::Class class$; }; #endif // __java_lang_reflect_InvocationTargetException__
Go to most recent revision | Compare with Previous | Blame | View Log