Uses of Class
org.springframework.richclient.exceptionhandling.delegation.AbstractExceptionHandlerDelegate

Packages that use AbstractExceptionHandlerDelegate
org.springframework.richclient.exceptionhandling.delegation Contains classes that can analyze and delegate a throwable to the appropriate exception handler. 
 

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

Subclasses of AbstractExceptionHandlerDelegate in org.springframework.richclient.exceptionhandling.delegation
 class ChainInspectingExceptionHandlerDelegate
          Checks the exception chain to determine if it wants to handle it.
 class SimpleExceptionHandlerDelegate
          Handles the thrownTrowable by the exception handler if it is an instance of one of the throwableClassList.
 



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