| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | AbstractDialogExceptionHandlerLogs a throwable and shows a dialog about it to the user. | 
|  class | AbstractLoggingExceptionHandlerSuperclass of logging exception handlers. | 
|  class | HibernateValidatorDialogExceptionHandlerDisplays the validation errors to the user. | 
|  class | JXErrorDialogExceptionHandlerError handler based on the JXErrorPanefound in the swingx project. | 
|  class | MessagesDialogExceptionHandlerDisplays a message to the user which is fetched from the I18N files based on the class and superclasses of the throwable. | 
|  class | SilentExceptionHandlerLogs 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 | DelegatingExceptionHandlerAn 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||