- we now build a libnat.a
[cacao.git] / src / native / include / java_lang_Throwable.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_LANG_THROWABLE_H
4 #define _JAVA_LANG_THROWABLE_H
5
6 /* Structure information for class: java/lang/Throwable */
7
8 typedef struct java_lang_Throwable {
9    java_objectheader header;
10    struct java_lang_String* detailMessage;
11    struct java_lang_Throwable* cause;
12    java_objectarray* stackTrace;
13    struct java_lang_VMThrowable* vmState;
14 } java_lang_Throwable;
15
16 #endif
17