Searched refs:vsimpleexception (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/rad/libjniutil/common/ |
H A D | libjniutil.c | 126 vsimpleexception(JNIEnv *env, const char *classname, const char *format, function 171 vsimpleexception(env, classname, format, alist); 184 vsimpleexception(env, "java/io/IOException", format, alist); 198 vsimpleexception(env, "java/lang/IllegalArgumentException", 213 vsimpleexception(env, "java/lang/NullPointerException", format, alist); 227 vsimpleexception(env, "java/lang/OutOfMemoryError", format, alist);
|
H A D | libjniutil.h | 53 extern void vsimpleexception(JNIEnv *, const char *, const char *, va_list);
|
Completed in 20 milliseconds