Uses of Interface
org.springframework.richclient.exceptionhandling.RegisterableExceptionHandler

Packages that use RegisterableExceptionHandler
org.springframework.richclient.application.config   
org.springframework.richclient.exceptionhandling Provides exception handlers to deal with uncaught exceptions. 
org.springframework.richclient.exceptionhandling.delegation Contains classes that can analyze and delegate a throwable to the appropriate exception handler. 
 

Uses of RegisterableExceptionHandler in org.springframework.richclient.application.config
 

Methods in org.springframework.richclient.application.config that return RegisterableExceptionHandler
 RegisterableExceptionHandler ApplicationLifecycleAdvisor.getRegisterableExceptionHandler()
           
 

Methods in org.springframework.richclient.application.config with parameters of type RegisterableExceptionHandler
 void ApplicationLifecycleAdvisor.setRegisterableExceptionHandler(RegisterableExceptionHandler registerableExceptionHandler)
          Sets the exception handler which will be registered upon initialization to handle uncaught throwables.
 

Uses of RegisterableExceptionHandler in org.springframework.richclient.exceptionhandling
 

Classes in org.springframework.richclient.exceptionhandling that implement RegisterableExceptionHandler
 class AbstractDialogExceptionHandler
          Logs a throwable and shows a dialog about it to the user.
 class AbstractLoggingExceptionHandler
          Superclass of logging exception handlers.
 class AbstractRegisterableExceptionHandler
          Uses 1.5 API.
 class DefaultRegisterableExceptionHandler
           
 class HibernateValidatorDialogExceptionHandler
          Displays the validation errors to the user.
 class JXErrorDialogExceptionHandler
          Error handler based on the JXErrorPane found in the swingx project.
 class MessagesDialogExceptionHandler
          Displays a message to the user which is fetched from the I18N files based on the class and superclasses of the throwable.
 class SilentExceptionHandler
          Logs a throwable but does not notify the user in any way.
 

Methods in org.springframework.richclient.exceptionhandling with parameters of type RegisterableExceptionHandler
static void AwtExceptionHandlerAdapterHack.registerExceptionHandler(RegisterableExceptionHandler exceptionHandlerDelegate)
          Sets the AwtExceptionHandlerAdapterHack.SUN_AWT_EXCEPTION_HANDLER_KEY system property to register this class as the event thread's exception handler.
 

Uses of RegisterableExceptionHandler in org.springframework.richclient.exceptionhandling.delegation
 

Classes in org.springframework.richclient.exceptionhandling.delegation that implement RegisterableExceptionHandler
 class DelegatingExceptionHandler
          An exception handler that selects an appropriate exception handler from a list based on the thrown exception and delegates the handling of the exception to it.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.