Home
last modified time | relevance | path

Searched refs:throwable (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DJobQueue.java92 catch(Throwable throwable) { in run()
94 System.err.println(getClass().getName() + " - exception occurred:" + throwable); in run()
95 throwable.printStackTrace(System.err); in run()
383 synchronized void dispose(Object disposeId, Throwable throwable) { in dispose() argument
386 _throwable = throwable; in dispose()
H A DJavaThreadPool.java120 public void dispose(Throwable throwable) { in dispose() argument
121 if(DEBUG) System.err.println("##### " + getClass().getName() + ".dispose:" + throwable); in dispose()
123 _javaThreadPoolFactory.dispose(this, throwable); in dispose()
H A DNativeThreadPool.java70 public void dispose(Throwable throwable) { in dispose() argument
71 dispose = throwable; in dispose()
H A DJavaThreadPoolFactory.java60 public void dispose(Object disposeId, Throwable throwable) { in dispose() argument
67 qs[i].dispose(disposeId, throwable); in dispose()
H A DIThreadPool.java114 public void dispose(Throwable throwable); in dispose() argument
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DContextClassLoader.cxx80 LocalRef< jthrowable > throwable( m_environment, m_environment.ExceptionOccurred() ); in ContextClassLoaderScope() local
81 if ( throwable.is() ) in ContextClassLoaderScope()
100 LocalRef< jthrowable > throwable( m_environment, m_environment.ExceptionOccurred() ); in ContextClassLoaderScope() local
101 if ( throwable.is() ) in ContextClassLoaderScope()
H A DJConnection.cxx654 LocalRef< jthrowable > throwable( _rEnv, _rEnv.ExceptionOccurred() ); in lcl_setSystemProperties_nothrow() local
655 if ( throwable.is() ) in lcl_setSystemProperties_nothrow()
/aoo4110/main/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java55 public static String get_stack_trace( Throwable throwable ) in get_stack_trace() argument
59 if (null == throwable) in get_stack_trace()
61 throwable = new Throwable(); in get_stack_trace()
68 throwable.printStackTrace( print_writer ); in get_stack_trace()
/aoo4110/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java384 catch(Throwable throwable) { in run()
385 _message = throwable.getMessage(); in run()
/aoo4110/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java485 private void dispose(Throwable throwable) { in dispose() argument
535 _iThreadPool.dispose(throwable); in dispose()

Completed in 36 milliseconds