Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libadt_jni/common/
H A Dadt_jni.c49 jobject jexception; in local_throw() local
74 jexception = (*env)->NewObject(env, exceptionclass, jexceptionnew, in local_throw()
76 (*env)->Throw(env, jexception); in local_throw()