MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / throw_exception

Function throw_exception

java/jms/native/org_opendds_jms_DCPSInfoRepo.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void
64throw_exception(JNIEnv* env, const char* name, const char* message = 0)
65{
66 jclass throwable = env->FindClass(name);
67
68 if (throwable != 0)
69 env->ThrowNew(throwable, message);
70}
71
72void
73delete_argv(JNIEnv*, ACE_TCHAR** argv, jsize len)

Calls

no outgoing calls

Tested by

no test coverage detected