Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DTools.java35 public static SQLException toUnoException(Object source, Throwable throwable) { in toUnoException() argument
41 Throwable cause = throwable.getCause(); in toUnoException()
44 unoCause = toUnoException(source, throwable); in toUnoException()
46 if (throwable instanceof SQLException) { in toUnoException()
47 return (SQLException)throwable; in toUnoException()
48 } else if (throwable instanceof java.sql.SQLException) { in toUnoException()
52 } else if (throwable instanceof com.sun.star.uno.Exception) { in toUnoException()
59 String message = throwable.getMessage(); in toUnoException()
61 message = throwable.getLocalizedMessage(); in toUnoException()
64 message = throwable.toString(); in toUnoException()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/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
/trunk/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()
/trunk/main/bridges/java/java_uno/src/main/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()
/trunk/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()
/trunk/main/jurt/java/jurt/src/main/java/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 77 milliseconds