Uses of Class
org.springframework.richclient.exceptionhandling.AbstractRegisterableExceptionHandler

Packages that use AbstractRegisterableExceptionHandler
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 AbstractRegisterableExceptionHandler in org.springframework.richclient.exceptionhandling
 

Subclasses of AbstractRegisterableExceptionHandler in org.springframework.richclient.exceptionhandling
 class AbstractDialogExceptionHandler
          Logs a throwable and shows a dialog about it to the user.
 class AbstractLoggingExceptionHandler
          Superclass of logging exception handlers.
 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.
 

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

Subclasses of AbstractRegisterableExceptionHandler in org.springframework.richclient.exceptionhandling.delegation
 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.