Searched refs:throwable (Results 1 – 11 of 11) sorted by relevance
35 public static SQLException toUnoException(Object source, Throwable throwable) { in toUnoException() argument41 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 …]
92 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() argument386 _throwable = throwable; in dispose()
120 public void dispose(Throwable throwable) { in dispose() argument121 if(DEBUG) System.err.println("##### " + getClass().getName() + ".dispose:" + throwable); in dispose()123 _javaThreadPoolFactory.dispose(this, throwable); in dispose()
70 public void dispose(Throwable throwable) { in dispose() argument71 dispose = throwable; in dispose()
60 public void dispose(Object disposeId, Throwable throwable) { in dispose() argument67 qs[i].dispose(disposeId, throwable); in dispose()
114 public void dispose(Throwable throwable); in dispose() argument
80 LocalRef< jthrowable > throwable( m_environment, m_environment.ExceptionOccurred() ); in ContextClassLoaderScope() local81 if ( throwable.is() ) in ContextClassLoaderScope()100 LocalRef< jthrowable > throwable( m_environment, m_environment.ExceptionOccurred() ); in ContextClassLoaderScope() local101 if ( throwable.is() ) in ContextClassLoaderScope()
654 LocalRef< jthrowable > throwable( _rEnv, _rEnv.ExceptionOccurred() ); in lcl_setSystemProperties_nothrow() local655 if ( throwable.is() ) in lcl_setSystemProperties_nothrow()
55 public static String get_stack_trace( Throwable throwable ) in get_stack_trace() argument59 if (null == throwable) in get_stack_trace()61 throwable = new Throwable(); in get_stack_trace()68 throwable.printStackTrace( print_writer ); in get_stack_trace()
379 catch(Throwable throwable) { in run()380 _message = throwable.getMessage(); in run()
485 private void dispose(Throwable throwable) { in dispose() argument535 _iThreadPool.dispose(throwable); in dispose()
Completed in 46 milliseconds