Spring Security Framework

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

Packages that use ThrowableCauseExtractor
org.springframework.security.util General utility classes used throughout the Spring Security framework. 
 

Uses of ThrowableCauseExtractor in org.springframework.security.util
 

Fields in org.springframework.security.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.util with parameters of type ThrowableCauseExtractor
protected  void ThrowableAnalyzer.registerExtractor(Class throwableType, ThrowableCauseExtractor extractor)
          Registers a ThrowableCauseExtractor for the specified type.
 


Spring Security Framework

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