diff options
Diffstat (limited to 'gcc-4.6/libjava/java/lang/reflect/InvocationTargetException.h')
| -rw-r--r-- | gcc-4.6/libjava/java/lang/reflect/InvocationTargetException.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gcc-4.6/libjava/java/lang/reflect/InvocationTargetException.h b/gcc-4.6/libjava/java/lang/reflect/InvocationTargetException.h deleted file mode 100644 index 37e229c29..000000000 --- a/gcc-4.6/libjava/java/lang/reflect/InvocationTargetException.h +++ /dev/null @@ -1,28 +0,0 @@ - -// 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__ |
