Searched refs:throwable (Results 1 – 10 of 10) sorted by relevance
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()
384 catch(Throwable throwable) { in run()385 _message = throwable.getMessage(); in run()
485 private void dispose(Throwable throwable) { in dispose() argument535 _iThreadPool.dispose(throwable); in dispose()
Completed in 58 milliseconds