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

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

Uses of AbstractDialogExceptionHandler in org.springframework.richclient.exceptionhandling
 

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



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