Home
last modified time | relevance | path

Searched refs:jo_exc (Results 1 – 5 of 5) sorted by relevance

/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx70 JLocalAutoRef const & jo_exc, uno_Any * uno_exc ) const in handle_java_exc() argument
72 OSL_ASSERT( jo_exc.is() ); in handle_java_exc()
73 if (! jo_exc.is()) in handle_java_exc()
80 JLocalAutoRef jo_class( jni, jni->GetObjectClass( jo_exc.get() ) ); in handle_java_exc()
94 jo_exc.get(), m_jni_info->m_method_Object_toString, 0 ) ); in handle_java_exc()
100 buf.append( jni.get_stack_trace( jo_exc.get() ) ); in handle_java_exc()
106 val.l = jo_exc.get(); in handle_java_exc()
114 uno_data.get() )->Message += jni.get_stack_trace( jo_exc.get() ); in handle_java_exc()
313 JLocalAutoRef jo_exc( jni, jni->ExceptionOccurred() ); in call_java() local
327 handle_java_exc( jni, jo_exc, *uno_exc ); in call_java()
[all …]
H A Djni_bridge.cxx294 JLocalAutoRef jo_exc( *this, m_env->ExceptionOccurred() ); in java_exc_occured() local
296 OSL_ASSERT( jo_exc.is() ); in java_exc_occured()
297 if (! jo_exc.is()) in java_exc_occured()
327 jo_exc.get(), method_Object_toString, 0 ) ); in java_exc_occured()
353 throw BridgeRuntimeError( message + get_stack_trace( jo_exc.get() ) ); in java_exc_occured()
391 OUString JNI_context::get_stack_trace( jobject jo_exc ) const in get_stack_trace()
405 arg.l = jo_exc; in get_stack_trace()
H A Djni_java2uno.cxx135 JLocalAutoRef jo_exc( jni, java_exc.l ); in handle_uno_exc() local
136 jint res = jni->Throw( (jthrowable) jo_exc.get() ); in handle_uno_exc()
142 jo_exc.get(), m_jni_info->m_method_Object_toString, 0 ) ); in handle_uno_exc()
H A Djni_bridge.h106 JLocalAutoRef const & jo_exc, uno_Any * uno_exc ) const;
H A Djni_base.h107 ::rtl::OUString get_stack_trace( jobject jo_exc = 0 ) const;

Completed in 31 milliseconds