MCPcopy 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
525jthrowable JEnv::ExceptionOccurred() {
526 jthrowable jt = m_env->ExceptionOccurred();
527 return jt;
528}
529
530void JEnv::ExceptionDescribe() {
531 m_env->ExceptionDescribe();

Callers 2

NativeScriptExceptionMethod · 0.80
FindClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected