org.springframework.richclient.exceptionhandling
Class AbstractRegisterableExceptionHandler

java.lang.Object
  extended by 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

Constructor Summary
AbstractRegisterableExceptionHandler()
           
 
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
 
Methods inherited from interface java.lang.Thread.UncaughtExceptionHandler
uncaughtException
 
Methods inherited from interface org.springframework.richclient.exceptionhandling.RegisterableExceptionHandler
uncaughtException
 

Constructor Detail

AbstractRegisterableExceptionHandler

public AbstractRegisterableExceptionHandler()
Method Detail

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.