|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||