home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / KAFFE-0.2 / LIB / NATIVE / JAVA.LAN / JAVA.011 < prev    next >
Encoding:
Text File  |  1996-07-30  |  601 b   |  18 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. typedef struct Classjava_lang_Throwable {
  9.   struct Hjava_lang_Object* backtrace;
  10.   struct Hjava_lang_String* detailMessage;
  11. } Classjava_lang_Throwable;
  12. HandleTo(java_lang_Throwable);
  13.  
  14. extern void java_lang_Throwable_printStackTrace0(struct Hjava_lang_Throwable*, struct Hjava_io_PrintStream*);
  15. extern struct Hjava_lang_Throwable* java_lang_Throwable_fillInStackTrace(struct Hjava_lang_Throwable*);
  16.  
  17. #endif
  18.