|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |