org.springframework.richclient.exceptionhandling
Class AbstractRegisterableExceptionHandler
java.lang.Object
org.springframework.richclient.exceptionhandling.AbstractRegisterableExceptionHandler
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler, RegisterableExceptionHandler
- Direct Known Subclasses:
- AbstractLoggingExceptionHandler, DelegatingExceptionHandler
public abstract class AbstractRegisterableExceptionHandler
- extends Object
- implements Thread.UncaughtExceptionHandler, RegisterableExceptionHandler
Uses 1.5 API.
- Since:
- 0.3
- Author:
- Geoffrey De Smet
Method Summary |
void |
registerExceptionHandler()
Registers the exception handler for all threads and the event thread specifically. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRegisterableExceptionHandler
public AbstractRegisterableExceptionHandler()
registerExceptionHandler
public void registerExceptionHandler()
- Registers the exception handler for all threads and the event thread specifically.
- Specified by:
registerExceptionHandler
in interface RegisterableExceptionHandler
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.