Searched refs:ThrowNew (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DUtilities.c48 (*e)->ThrowNew(e, newExcCls, msg);
/openjdk7/jdk/src/solaris/native/com/sun/security/auth/module/
H A DSolaris.c65 (*env)->ThrowNew(env, newExcCls, "invalid field: username");
81 (*env)->ThrowNew(env, newExcCls, "invalid field: username");
96 (*env)->ThrowNew(env, newExcCls, "invalid field: username");
111 (*env)->ThrowNew(env, newExcCls, "invalid field: username");
H A DUnix.c72 (*env)->ThrowNew(env, newExcCls, "invalid field: username");
88 (*env)->ThrowNew(env, newExcCls, "invalid field: username");
103 (*env)->ThrowNew(env, newExcCls, "invalid field: username");
118 (*env)->ThrowNew(env, newExcCls, "invalid field: username");
/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DMacOSXFramework.m66 (*env)->ThrowNew(env, (*env)->FindClass(env, "java/lang/RuntimeException"), dlerror());
H A DSubclassing.m65 (*env)->ThrowNew(env, (*env)->FindClass(env,
74 (*env)->ThrowNew(env, (*env)->FindClass(env, "java/lang/RuntimeException"),
92 (*env)->ThrowNew(env, (*env)->FindClass(env, "java/lang/RuntimeException"),
/openjdk7/hotspot/agent/src/os/bsd/
H A DStubDebuggerLocal.c34 (*env)->ThrowNew(env, (*env)->FindClass(env, "sun/jvm/hotspot/debugger/DebuggerException"), errMsg);
H A DBsdDebuggerLocal.c60 (*env)->ThrowNew(env, (*env)->FindClass(env, "sun/jvm/hotspot/debugger/DebuggerException"), errMsg);
H A DMacosxDebuggerLocal.m67 (*env)->ThrowNew(env, (*env)->FindClass(env, "sun/jvm/hotspot/debugger/DebuggerException"), errMsg);
/openjdk7/jdk/src/share/native/java/lang/
H A DSecurityManager.c63 (*env)->ThrowNew(env, securityException,
/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c126 (*env)->ThrowNew(env, newExcCls, "invalid field: userName");
139 (*env)->ThrowNew(env, newExcCls, "invalid field: userSID");
152 (*env)->ThrowNew(env, newExcCls, "invalid field: domain");
166 (*env)->ThrowNew(env, newExcCls, "invalid field: domainSID");
180 (*env)->ThrowNew(env, newExcCls, "invalid field: PrimaryGroupID");
213 (*env)->ThrowNew(env, newExcCls, "invalid field: groupIDs");
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c26 (*env)->ThrowNew(env, cls, msg);
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c154 (*env)->ThrowNew(env, (*env)->FindClass(env,"java/lang/OutOfMemoryError"),
160 (*env)->ThrowNew(env,
167 (*env)->ThrowNew(env,
/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemoryTransport.c57 (*env)->ThrowNew(env, excClass, message);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Canvas.cpp132 env->ThrowNew(excCls,
H A Dawt_DnDDT.cpp1241 env->ThrowNew(env->FindClass("java/lang/ClassNotFoundException"),
1294 env->ThrowNew(javaIOExceptionClazz, "IStream::Stat() failed");
1299 env->ThrowNew(javaIOExceptionClazz, "IStream::Stat() cbSize > 0x7ffffff");
1352 env->ThrowNew(javaIOExceptionClazz, "IStream::Read failed");
1409 env->ThrowNew(javaIOExceptionClazz, "IStream::Read failed");
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.c165 (*env)->ThrowNew(env, pInvalidPipeClass, msg);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCRobot.m79 (*env)->ThrowNew(env, (*env)->FindClass(env, "java/awt/AWTException"),
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp44 env->ThrowNew(exceptionClazz, NULL);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c59 (*env)->ThrowNew(env, (*env)->FindClass(env, "sun/jvm/hotspot/debugger/DebuggerException"), errMsg);
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp118 env->ThrowNew(env->FindClass("sun/jvm/hotspot/debugger/DebuggerException"), errMsg);
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainSocketImpl.c201 (*env)->ThrowNew(env, socketExceptionCls, "null fd object");
/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.c212 (*env)->ThrowNew(env, cls, msg);
/openjdk7/jdk/src/macosx/native/java/util/
H A DMacOSXPreferencesFile.m82 (*env)->ThrowNew(env, c, msg);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp93 env->ThrowNew(env->FindClass("sun/jvm/hotspot/debugger/DebuggerException"), errMsg);
/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp65 env->ThrowNew(exceptionClazz, szMessage);

Completed in 153 milliseconds

12