home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / java_lang_reflect_InvocationTargetException.h < prev    next >
C/C++ Source or Header  |  1998-05-08  |  946b  |  31 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_lang_reflect_InvocationTargetException */
  4.  
  5. #ifndef _Included_java_lang_reflect_InvocationTargetException
  6. #define _Included_java_lang_reflect_InvocationTargetException
  7. struct Hjava_lang_Object;
  8. struct Hjava_lang_String;
  9. struct Hjava_lang_Throwable;
  10.  
  11. #pragma pack(4)
  12.  
  13. typedef struct Classjava_lang_reflect_InvocationTargetException {
  14.     struct Hjava_lang_Object *backtrace;
  15.     struct Hjava_lang_String *detailMessage;
  16. #undef java_lang_reflect_InvocationTargetException_serialVersionUID
  17. #define java_lang_reflect_InvocationTargetException_serialVersionUID -3042686055658047285LL
  18.     struct Hjava_lang_Throwable *target;
  19. } Classjava_lang_reflect_InvocationTargetException;
  20. HandleTo(java_lang_reflect_InvocationTargetException);
  21.  
  22. #pragma pack()
  23.  
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif
  31.