Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ ExceptionOccurred
Method
ExceptionOccurred
test-app/runtime/src/main/cpp/JEnv.cpp:525–528 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
}
524
525
jthrowable JEnv::ExceptionOccurred() {
526
jthrowable jt = m_env->ExceptionOccurred();
527
return jt;
528
}
529
530
void JEnv::ExceptionDescribe() {
531
m_env->ExceptionDescribe();
Callers
2
NativeScriptException
Method · 0.80
FindClass
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected