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