
Go to the source code of this file.
Functions | |
| jboolean | buildException (JNIEnv *env, jint HDFerr) |
| jboolean | NotImplemented (JNIEnv *env, char *functName) |
| jboolean | outOfMemory (JNIEnv *env, char *functName) |
| jboolean | JNIFatalError (JNIEnv *env, char *functName) |
| jboolean | raiseException (JNIEnv *env, char *message) |
| jboolean buildException | ( | JNIEnv * | env, |
| jint | HDFerr | ||
| ) |
Definition at line 24 of file hdfexceptionImp.c.
| jboolean JNIFatalError | ( | JNIEnv * | env, |
| char * | functName | ||
| ) |
Definition at line 112 of file hdfexceptionImp.c.
| jboolean NotImplemented | ( | JNIEnv * | env, |
| char * | functName | ||
| ) |
Definition at line 51 of file hdfexceptionImp.c.
| jboolean outOfMemory | ( | JNIEnv * | env, |
| char * | functName | ||
| ) |
Definition at line 80 of file hdfexceptionImp.c.
| jboolean raiseException | ( | JNIEnv * | env, |
| char * | message | ||
| ) |
Definition at line 140 of file hdfexceptionImp.c.
1.8.6