Exceptions in class loading are catched.
[cacao.git] / nat / FileSystem.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/io/FileSystem */
4
5 typedef struct java_io_FileSystem {
6    java_objectheader header;
7 } java_io_FileSystem;
8
9 /*
10  * Class:     java/io/FileSystem
11  * Method:    getFileSystem
12  * Signature: ()Ljava/io/FileSystem;
13  */
14 JNIEXPORT struct java_io_FileSystem* JNICALL Java_java_io_FileSystem_getFileSystem (JNIEnv *env );