| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | AbstractDialogExceptionHandlerLogs a throwable and shows a dialog about it to the user. | 
|  class | AbstractLoggingExceptionHandlerSuperclass of logging exception handlers. | 
|  class | AbstractRegisterableExceptionHandlerUses 1.5 API. | 
|  class | DefaultRegisterableExceptionHandler | 
|  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. | 
| Methods in org.springframework.richclient.exceptionhandling with parameters of type RegisterableExceptionHandler | |
|---|---|
| static void | AwtExceptionHandlerAdapterHack.registerExceptionHandler(RegisterableExceptionHandler exceptionHandlerDelegate)Sets the AwtExceptionHandlerAdapterHack.SUN_AWT_EXCEPTION_HANDLER_KEYsystem 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 | 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 | |||||||||