Uses of Interface
org.springframework.security.web.util.ThrowableCauseExtractor

Packages that use ThrowableCauseExtractor
org.springframework.security.web.util   
 

Uses of ThrowableCauseExtractor in org.springframework.security.web.util
 

Fields in org.springframework.security.web.util declared as ThrowableCauseExtractor
static ThrowableCauseExtractor ThrowableAnalyzer.DEFAULT_EXTRACTOR
          Default extractor for Throwable instances.
static ThrowableCauseExtractor ThrowableAnalyzer.INVOCATIONTARGET_EXTRACTOR
          Default extractor for InvocationTargetException instances.
 

Methods in org.springframework.security.web.util with parameters of type ThrowableCauseExtractor
protected  void ThrowableAnalyzer.registerExtractor(Class<? extends Throwable> throwableType, ThrowableCauseExtractor extractor)
          Registers a ThrowableCauseExtractor for the specified type.
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.