org.springframework.richclient.exceptionhandling
Class DefaultRegisterableExceptionHandler
java.lang.Object
org.springframework.richclient.exceptionhandling.DefaultRegisterableExceptionHandler
- All Implemented Interfaces:
- RegisterableExceptionHandler
public class DefaultRegisterableExceptionHandler
- extends Object
- implements RegisterableExceptionHandler
- Author:
- Geoffrey De Smet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRegisterableExceptionHandler
public DefaultRegisterableExceptionHandler()
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.