Package | Description |
---|---|
org.springframework.security.web.util |
Web utility classes.
|
Modifier and Type | Field and Description |
---|---|
static ThrowableCauseExtractor |
ThrowableAnalyzer.DEFAULT_EXTRACTOR
Default extractor for
Throwable instances. |
static ThrowableCauseExtractor |
ThrowableAnalyzer.INVOCATIONTARGET_EXTRACTOR
Default extractor for
InvocationTargetException instances. |
Modifier and Type | Method and Description |
---|---|
protected void |
ThrowableAnalyzer.registerExtractor(Class<? extends Throwable> throwableType,
ThrowableCauseExtractor extractor)
Registers a
ThrowableCauseExtractor for the specified type. |
Copyright © 2019. All rights reserved.