org.springframework.richclient.exceptionhandling
Class SilentExceptionHandler
java.lang.Object
org.springframework.richclient.exceptionhandling.AbstractRegisterableExceptionHandler
org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
org.springframework.richclient.exceptionhandling.SilentExceptionHandler
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler, RegisterableExceptionHandler
public class SilentExceptionHandler
- extends AbstractLoggingExceptionHandler
Logs a throwable but does not notify the user in any way.
Normally it is a bad practice not to notify the user if something goes wrong.
- Since:
- 0.3
- Author:
- Geoffrey De Smet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SilentExceptionHandler
public SilentExceptionHandler()
notifyUserAboutException
public void notifyUserAboutException(Thread thread,
Throwable throwable)
- Does nothing.
- Specified by:
notifyUserAboutException
in class AbstractLoggingExceptionHandler
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.