Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler

Packages that use MultiThreadedExceptionHandler
org.eclipse.jpt.common.utility   
 

Uses of MultiThreadedExceptionHandler in org.eclipse.jpt.common.utility
 

Classes in org.eclipse.jpt.common.utility that implement MultiThreadedExceptionHandler
static class MultiThreadedExceptionHandler.Default
          Singleton implementation of the multi-threaded exception handler interface that, like what happens with an unhandled exception (see ThreadGroup.uncaughtException(Thread, Throwable)), prints the exception's stack trace to the "standard" error output stream.
static class MultiThreadedExceptionHandler.Null
          Singleton implementation of the multi-threaded exception handler interface that does nothing with the exception.
static class MultiThreadedExceptionHandler.Runtime
          Singleton implementation of the multi-threaded exception handler interface that wraps the exception in a runtime exception and throws the runtime exception.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.