Exceptions in class loading are catched.
[cacao.git] / nat / Exception.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/lang/Exception */
4
5 typedef struct java_lang_Exception {
6    java_objectheader header;
7    struct java_lang_Object* backtrace;
8    struct java_lang_String* detailMessage;
9 } java_lang_Exception;
10