Home
last modified time | relevance | path

Searched refs:exceptionclass (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libadt_jni/common/
H A Dadt_jni.c50 jclass exceptionclass; in local_throw() local
70 exceptionclass = (*env)->FindClass(env, exception); in local_throw()
71 jexceptionnew = (*env)->GetMethodID(env, exceptionclass, in local_throw()
74 jexception = (*env)->NewObject(env, exceptionclass, jexceptionnew, in local_throw()