Uses of Class
org.springframework.richclient.exceptionhandling.delegation.ChainInspectingExceptionHandlerDelegate.ChainPart

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

Uses of ChainInspectingExceptionHandlerDelegate.ChainPart in org.springframework.richclient.exceptionhandling.delegation
 

Methods in org.springframework.richclient.exceptionhandling.delegation with parameters of type ChainInspectingExceptionHandlerDelegate.ChainPart
 Throwable ChainInspectingExceptionHandlerDelegate.findChainPartThrowable(ChainInspectingExceptionHandlerDelegate.ChainPart chainPart, Throwable firstThrowable)
           
 

Method parameters in org.springframework.richclient.exceptionhandling.delegation with type arguments of type ChainInspectingExceptionHandlerDelegate.ChainPart
 void ChainInspectingExceptionHandlerDelegate.setChainPartList(List<ChainInspectingExceptionHandlerDelegate.ChainPart> chainPartList)
           
 

Constructor parameters in org.springframework.richclient.exceptionhandling.delegation with type arguments of type ChainInspectingExceptionHandlerDelegate.ChainPart
ChainInspectingExceptionHandlerDelegate(List<ChainInspectingExceptionHandlerDelegate.ChainPart> chainPartList, Thread.UncaughtExceptionHandler exceptionHandler)
           
 



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