org.springframework.richclient.exceptionhandling
Class DefaultRegisterableExceptionHandler

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.exceptionhandling.DefaultRegisterableExceptionHandler
All Implemented Interfaces:
RegisterableExceptionHandler

public class DefaultRegisterableExceptionHandler
extends Object
implements RegisterableExceptionHandler

Author:
Geoffrey De Smet

Constructor Summary
DefaultRegisterableExceptionHandler()
           
 
Method Summary
 void registerExceptionHandler()
          Currently on registers for the event thread, not for other threads.
 void uncaughtException(Thread thread, Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRegisterableExceptionHandler

public DefaultRegisterableExceptionHandler()
Method Detail

registerExceptionHandler

public void registerExceptionHandler()
Currently on registers for the event thread, not for other threads.

Specified by:
registerExceptionHandler in interface RegisterableExceptionHandler

uncaughtException

public void uncaughtException(Thread thread,
                              Throwable throwable)
Specified by:
uncaughtException in interface RegisterableExceptionHandler


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