InvocationTargetException.h 967 B

1234567891011121314151617181920212223242526272829
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_lang_reflect_InvocationTargetException__
  3. #define __java_lang_reflect_InvocationTargetException__
  4. #pragma interface
  5. #include <java/lang/ReflectiveOperationException.h>
  6. class java::lang::reflect::InvocationTargetException : public ::java::lang::ReflectiveOperationException
  7. {
  8. public: // actually protected
  9. InvocationTargetException();
  10. public:
  11. InvocationTargetException(::java::lang::Throwable *);
  12. InvocationTargetException(::java::lang::Throwable *, ::java::lang::String *);
  13. virtual ::java::lang::Throwable * getTargetException();
  14. virtual ::java::lang::Throwable * getCause();
  15. private:
  16. static const jlong serialVersionUID = 4085088731926701167LL;
  17. ::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::ReflectiveOperationException)))) target;
  18. public:
  19. static ::java::lang::Class class$;
  20. };
  21. #endif // __java_lang_reflect_InvocationTargetException__