Restored original exception handling code
[cacao.git] / nat / PrivilegedActionException.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/security/PrivilegedActionException */
4
5 typedef struct java_security_PrivilegedActionException {
6    java_objectheader header;
7    struct java_lang_Object* backtrace;
8    struct java_lang_String* detailMessage;
9    struct java_lang_Exception* exception;
10 } java_security_PrivilegedActionException;
11