Uses of Interface
org.springframework.richclient.exceptionhandling.delegation.ExceptionPurger

Packages that use ExceptionPurger
org.springframework.richclient.exceptionhandling Provides exception handlers to deal with uncaught exceptions. 
org.springframework.richclient.exceptionhandling.delegation Contains classes that can analyze and delegate a throwable to the appropriate exception handler. 
 

Uses of ExceptionPurger in org.springframework.richclient.exceptionhandling
 

Fields in org.springframework.richclient.exceptionhandling declared as ExceptionPurger
protected  ExceptionPurger AbstractLoggingExceptionHandler.exceptionPurger
           
 

Methods in org.springframework.richclient.exceptionhandling with parameters of type ExceptionPurger
 void AbstractLoggingExceptionHandler.setExceptionPurger(ExceptionPurger exceptionPurger)
          If set the throwable will first be purged before handling it.
 

Uses of ExceptionPurger in org.springframework.richclient.exceptionhandling.delegation
 

Classes in org.springframework.richclient.exceptionhandling.delegation that implement ExceptionPurger
 class DefaultExceptionPurger
          A purger that looks through to a throwable chain and can select one to unwrap.
 

Fields in org.springframework.richclient.exceptionhandling.delegation declared as ExceptionPurger
protected  ExceptionPurger AbstractExceptionHandlerDelegate.exceptionPurger
           
protected  ExceptionPurger DelegatingExceptionHandler.exceptionPurger
           
 

Methods in org.springframework.richclient.exceptionhandling.delegation with parameters of type ExceptionPurger
 void AbstractExceptionHandlerDelegate.setExceptionPurger(ExceptionPurger exceptionPurger)
          If set the throwable will first be purged before doing the approriate check or handling it.
 void DelegatingExceptionHandler.setExceptionPurger(ExceptionPurger exceptionPurger)
          If set the throwable will first be purged before handling it.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.