public interface ThrowableCauseExtractor
Throwable
type.ThrowableAnalyzer
Modifier and Type | Method and Description |
---|---|
Throwable |
extractCause(Throwable throwable)
Extracts the cause from the provided
Throwable . |
Throwable extractCause(Throwable throwable)
Throwable
.throwable
- the Throwable
null
)IllegalArgumentException
- if throwable
is null
or
otherwise considered invalid for the implementation