Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of ExceptionHandler in org.eclipse.jpt.common.utility
 interface MultiThreadedExceptionHandler
          Simple interface for allowing clients to pass an exception handler to a service (e.g. to log the exception).
 

Classes in org.eclipse.jpt.common.utility that implement ExceptionHandler
static class ExceptionHandler.Default
          Singleton implementation of the 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 ExceptionHandler.Null
          Singleton implementation of the exception handler interface that does nothing with the exception.
static class ExceptionHandler.Runtime
          Singleton implementation of the exception handler interface that wraps the exception in a runtime exception and throws the runtime exception.
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.
 

Fields in org.eclipse.jpt.common.utility declared as ExceptionHandler
static ExceptionHandler ExceptionHandler.Null.INSTANCE
           
static ExceptionHandler ExceptionHandler.Runtime.INSTANCE
           
static ExceptionHandler ExceptionHandler.Default.INSTANCE
           
static ExceptionHandler MultiThreadedExceptionHandler.Null.INSTANCE
           
static ExceptionHandler MultiThreadedExceptionHandler.Runtime.INSTANCE
           
static ExceptionHandler MultiThreadedExceptionHandler.Default.INSTANCE
           
 

Methods in org.eclipse.jpt.common.utility that return ExceptionHandler
static ExceptionHandler ExceptionHandler.Null.instance()
           
static ExceptionHandler ExceptionHandler.Runtime.instance()
           
static ExceptionHandler ExceptionHandler.Default.instance()
           
static ExceptionHandler MultiThreadedExceptionHandler.Null.instance()
           
static ExceptionHandler MultiThreadedExceptionHandler.Runtime.instance()
           
static ExceptionHandler MultiThreadedExceptionHandler.Default.instance()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.