org.springframework.richclient.exceptionhandling
Interface RegisterableExceptionHandler
- All Known Implementing Classes: 
- AbstractDialogExceptionHandler, AbstractLoggingExceptionHandler, AbstractRegisterableExceptionHandler, DefaultRegisterableExceptionHandler, DelegatingExceptionHandler, HibernateValidatorDialogExceptionHandler, JXErrorDialogExceptionHandler, MessagesDialogExceptionHandler, SilentExceptionHandler
- public interface RegisterableExceptionHandler 
An exception handler which can be registered (to for example the EDT and all threads).
- Since:
- 0.3
- Author:
- Geoffrey De Smet
 
registerExceptionHandler
void registerExceptionHandler()
- 
 
uncaughtException
void uncaughtException(Thread thread,
                       Throwable throwable)
- 
 
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.