org.springframework.richclient.exceptionhandling
Class JXErrorDialogExceptionHandler
java.lang.Object
org.springframework.richclient.exceptionhandling.AbstractRegisterableExceptionHandler
org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
org.springframework.richclient.exceptionhandling.MessagesDialogExceptionHandler
org.springframework.richclient.exceptionhandling.JXErrorDialogExceptionHandler
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler, InitializingBean, RegisterableExceptionHandler
public class JXErrorDialogExceptionHandler
- extends MessagesDialogExceptionHandler
Error handler based on the JXErrorPane
found in the swingx project.
- Author:
- Jan Hoskens
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXErrorDialogExceptionHandler
public JXErrorDialogExceptionHandler()
setShutdownPolicy
public void setShutdownPolicy(ShutdownPolicy shutdownPolicy)
- No shutDownPolicy can be used in conjunction with the
JXErrorPane
.
- Overrides:
setShutdownPolicy
in class AbstractDialogExceptionHandler
setErrorReporter
public void setErrorReporter(org.jdesktop.swingx.error.ErrorReporter errorReporter)
- Add an
ErrorReporter
to the JXErrorPane
.
- Parameters:
errorReporter
- error reporter to add.
notifyUserAboutException
public void notifyUserAboutException(Thread thread,
Throwable throwable)
- Shows the
JXErrorPane
to the user.
- Overrides:
notifyUserAboutException
in class AbstractDialogExceptionHandler
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.