org.springframework.richclient.exceptionhandling
Class HibernateValidatorDialogExceptionHandler
java.lang.Object
org.springframework.richclient.exceptionhandling.AbstractRegisterableExceptionHandler
org.springframework.richclient.exceptionhandling.AbstractLoggingExceptionHandler
org.springframework.richclient.exceptionhandling.AbstractDialogExceptionHandler
org.springframework.richclient.exceptionhandling.HibernateValidatorDialogExceptionHandler
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler, InitializingBean, RegisterableExceptionHandler
public class HibernateValidatorDialogExceptionHandler
- extends AbstractDialogExceptionHandler
Displays the validation errors to the user.
- 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 |
HibernateValidatorDialogExceptionHandler
public HibernateValidatorDialogExceptionHandler()
resolveExceptionCaption
public String resolveExceptionCaption(Throwable throwable)
- Specified by:
resolveExceptionCaption
in class AbstractDialogExceptionHandler
createExceptionContent
public Object createExceptionContent(Throwable throwable)
- Specified by:
createExceptionContent
in class AbstractDialogExceptionHandler
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.