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

Packages that use AbstractLoggingExceptionHandler
org.springframework.richclient.exceptionhandling Provides exception handlers to deal with uncaught exceptions. 
 

Uses of AbstractLoggingExceptionHandler in org.springframework.richclient.exceptionhandling
 

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



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