Searched refs:exceptionClassName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemory.h40 void throwException(JNIEnv *env, char *exceptionClassName, char *message);
H A DSharedMemoryTransport.c51 throwException(JNIEnv *env, char *exceptionClassName, char *message) argument
53 jclass excClass = (*env)->FindClass(env, exceptionClassName);

Completed in 254 milliseconds