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

Method Summary
 void registerExceptionHandler()
           
 void uncaughtException(Thread thread, Throwable throwable)
           
 

Method Detail

registerExceptionHandler

void registerExceptionHandler()

uncaughtException

void uncaughtException(Thread thread,
                       Throwable throwable)


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