home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / lib / native / java.lang.stubs / Throwable.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-28  |  670 b   |  26 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_lang_Throwable */
  4.  
  5. #ifndef _Included_java_lang_Throwable
  6. #define _Included_java_lang_Throwable
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. typedef struct Classjava_lang_Throwable {
  13.   struct Hjava_lang_Object* backtrace;
  14.   struct Hjava_lang_String* detailMessage;
  15. } Classjava_lang_Throwable;
  16. HandleTo(java_lang_Throwable);
  17.  
  18. extern void java_lang_Throwable_printStackTrace0(struct Hjava_lang_Throwable*, struct Hjava_io_PrintStream*);
  19. extern struct Hjava_lang_Throwable* java_lang_Throwable_fillInStackTrace(struct Hjava_lang_Throwable*);
  20.  
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24.  
  25. #endif
  26.